Skip to content

Commit

Permalink
Create selene.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PeccNeck authored Jun 1, 2024
1 parent b7f5b1c commit 4f1a3ae
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/selene.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Run linter (selene)
on:
push:
branches:
- main
pull_request_target:

jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: Roblox/setup-foreman@v1
with:
version: "^1.0.0"
token: ${{ secrets.GITHUB_TOKEN }}
- name: Generate standard library
run: selene generate-roblox-std
- name: Run Selene
run: selene .

0 comments on commit 4f1a3ae

Please sign in to comment.