Skip to content

Commit

Permalink
ci: 🤖 Fix trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
frack113 committed Oct 27, 2024
1 parent bf257c0 commit 2f7ca23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Hack setup-python cache
run: touch ./requirements.txt
run: touch ./requirements.txt
- name: Install Python
uses: actions/setup-python@v5
with:
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Hack setup-python cache
run: touch ./requirements.txt
run: touch ./requirements.txt
- name: Install Python
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Hack setup-python cache
run: touch ./requirements.txt
run: touch ./requirements.txt
- name: Install Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 2f7ca23

Please sign in to comment.