From eb896849a7bac6aedaa8dee8e4a551d64c926906 Mon Sep 17 00:00:00 2001 From: Basma-Awatef Saadaoui Date: Fri, 11 Dec 2020 12:43:06 +0100 Subject: [PATCH] Revert "Revert "Revert "Revert "Revert "Revert "Revert "Delete main.yml""""""" This reverts commit 01a44daf955248c26cbc2e0f1f687ab6b5329371. --- .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