Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
fix(?)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatoFlamejanteTV authored Oct 1, 2024
1 parent 5e9854d commit de413d7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/selene.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches: [ "main" ]
env:
SOURCE_FOLDER: src
SOURCE_FOLDER1: scripts
SOURCE_FOLDER2: data
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
run-selene-linter:
Expand All @@ -16,5 +17,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install Selene
run: cargo install selene
- name: Selene
run: selene $SOURCE_FOLDER
- name: Selene on scripts/
run: selene $SOURCE_FOLDER1
- name: Selene on data/
run: selene $SOURCE_FOLDER2

0 comments on commit de413d7

Please sign in to comment.