Skip to content

Commit 28eaf15

Browse files
committed
feat: add selene linter CI
1 parent 28a146d commit 28eaf15

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/lint.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: lint
2+
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
types: [opened, synchronize]
8+
9+
jobs:
10+
selene:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v2
14+
- name: Setup and run selene
15+
uses: NTBBloodbath/selene-action@v1.0.0
16+
with:
17+
token: ${{ secrets.GITHUB_TOKEN }}
18+
args: "lua/"

0 commit comments

Comments
 (0)