This commit is contained in:
Camille TJHOA 2021-10-22 09:29:30 +00:00
parent 9f404e0e0b
commit 3634feb49d

14
.github/workflows/main.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: 'CI/CD'
on:
push:
branches:
- master
pull_request:
jobs:
lint:
name: 'Lint'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: luizm/action-sh-checker@master