Revert "Revert "Revert "Revert "Revert "Delete main.yml"""""
This reverts commit d1e1c03983
.
This commit is contained in:
parent
b5f16b3e4d
commit
f9ef5ab193
|
@ -0,0 +1,17 @@
|
|||
|
||||
name: Simple CI
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
run-ci:
|
||||
name: Build Frontend
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '12.x'
|
||||
- run: npm install
|
||||
- run: npm run lint
|
||||
- run: make
|
Loading…
Reference in New Issue