Revert "Revert "Delete main.yml""

This reverts commit f69bc066f9.
This commit is contained in:
Basma-Awatef Saadaoui 2020-12-11 12:37:50 +01:00
parent d60372da56
commit 521ca60df3
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