chore: add CI workflow

This commit is contained in:
Michael Chris Lopez
2021-10-29 15:26:56 +08:00
parent a436a4cfd2
commit eb3556099c
3 changed files with 17 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
name: build
name: Build
on:
push:

15
.github/workflows/ci.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
- uses: actions/checkout@v2
- uses: NTBBloodbath/selene-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: lua

View File

@@ -1,4 +1,4 @@
name: doc
name: Doc
on:
push: