Skip to content

Commit

Permalink
Update selene.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
howmanysmall authored May 11, 2021
1 parent 2b4f3ba commit bc6b428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/selene.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Run selene
run: |
wget -O selene https://github.com/Kampfkarren/selene/releases/latest/download/selene-linux
chmod +x ./selene
./selene ./src
./selene ./src

0 comments on commit bc6b428

Please sign in to comment.