Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NotaInutilis committed Sep 4, 2023
1 parent d57133e commit 1cafa08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: "3.10"
- name: Run update
run: ./update
run: ./scripts/update.sh
- name: Commit and push
run: |
git config --local user.email "[email protected]"
Expand Down
0 update → scripts/update.sh
100755 → 100644
File renamed without changes.
3 changes: 2 additions & 1 deletion sources/eng/test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# I'm testing!
example.com # bad website
example.com # bad website
www.example.com

0 comments on commit 1cafa08

Please sign in to comment.