Skip to content

Commit

Permalink
Testing release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
juditnovak committed Apr 26, 2024
1 parent a6bc87c commit a60824d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ on:
workflow_call:

jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install tox & poetry
run: |
pipx install tox
pipx install poetry
- name: Run linters
run: tox run -e lint
# lint:
# name: Lint
# runs-on: ubuntu-latest
# timeout-minutes: 5
# steps:
# - name: Checkout
# uses: actions/checkout@v4
# - name: Install tox & poetry
# run: |
# pipx install tox
# pipx install poetry
# - name: Run linters
# run: tox run -e lint

lib-check:
name: Check libraries
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- main
- release_finally

jobs:
ci-tests:
Expand Down

0 comments on commit a60824d

Please sign in to comment.