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