Revert "Delete main.yml"

This reverts commit 037cd96e71.
pull/8233/head
Basma-Awatef Saadaoui 5 years ago
parent 834d96e41c
commit f69bc066f9
  1. 17
      .github/workflows/main.yml

@ -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…
Cancel
Save