Skip to content

Commit

Permalink
Added some notes to linting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arxkdev committed Feb 8, 2023
1 parent 4973f5d commit 2852e94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
- name: Generate the standard library
run: selene generate-roblox-std

# Run selene through the library folder
- name: Source checking with Selene
run: selene lib

# Run selene through the testing folder
- name: Testing checking with Selene
run: selene testing

0 comments on commit 2852e94

Please sign in to comment.