Skip to content

Commit

Permalink
Fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbede committed Jan 19, 2024
1 parent 042d217 commit f8a64e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: πŸ— Initialize CodeQL
uses: github/codeql-action/[email protected]
- name: πŸš€ Perform CodeQL Analysis
uses: github/codeql-action/[email protected]
uses: github/codeql-action/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ jobs:
- name: πŸ— Install NPM dependencies
run: npm install
- name: πŸš€ Run prettier
run: poetry run pre-commit run prettier --all-files
run: poetry run pre-commit run prettier --all-files
2 changes: 1 addition & 1 deletion .github/workflows/typing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: πŸ— Install dependencies
run: poetry install --no-interaction
- name: πŸš€ Run mypy
run: poetry run mypy aiotankerkoenig
run: poetry run mypy aiotankerkoenig

0 comments on commit f8a64e4

Please sign in to comment.