From f69bc066f9daa8d8e2a89e3929c07ca269a749b3 Mon Sep 17 00:00:00 2001 From: Basma-Awatef Saadaoui Date: Fri, 11 Dec 2020 12:37:45 +0100 Subject: [PATCH] Revert "Delete main.yml" This reverts commit 037cd96e713a2149a59e286a38828bbe18867d9e. --- .github/workflows/main.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 000000000..868eeee05 --- /dev/null +++ b/.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