Skip to content

Commit

Permalink
chore: merge ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DraftProducts committed Jul 30, 2024
1 parent a8837e8 commit a32b61e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

jobs:
lint:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -46,10 +46,6 @@ jobs:
poetry run black . --check
poetry run isort .
ci:
needs: lint
runs-on: ubuntu-latest
steps:
- name: Create .env file
run: |
echo "TOKEN=${{ secrets.BLAGUES_API_TOKEN }}" > .env
Expand Down

0 comments on commit a32b61e

Please sign in to comment.