Revert "Revert "Revert "Revert "Revert "Revert "Delete main.yml""""""

This reverts commit f9ef5ab193.
This commit is contained in:
Basma-Awatef Saadaoui 2020-12-11 12:43:03 +01:00
parent b66bbf8698
commit 01a44daf95
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
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