Revert "Delete main.yml"

This reverts commit 037cd96e71.
This commit is contained in:
Basma-Awatef Saadaoui 2020-12-11 12:37:45 +01:00
parent 834d96e41c
commit f69bc066f9
1 changed files with 17 additions and 0 deletions

17
.github/workflows/main.yml vendored Normal file
View File

@ -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