Skip to content

Commit

Permalink
feat: add selene linter CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath committed Jun 30, 2021
1 parent 28a146d commit 28eaf15
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: lint

on:
push:
branches: [main]
pull_request:
types: [opened, synchronize]

jobs:
selene:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup and run selene
uses: NTBBloodbath/selene-action@v1.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: "lua/"

0 comments on commit 28eaf15

Please sign in to comment.