Skip to content

Commit

Permalink
- fix invalid yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRosier committed Dec 12, 2023
1 parent 27a3db0 commit 8855b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: "3.x"

- name: Debug GitHub Token
run: echo "Token ${{ secrets.GITHUB_TOKEN }}""
run: echo "Token ${{ secrets.GITHUB_TOKEN }}"

- name: Install Python dependencies
run: pip install black
Expand Down

0 comments on commit 8855b88

Please sign in to comment.