Skip to content

Merge pull request #22 from ciatph/feat/ciatph-18 #12

Merge pull request #22 from ciatph/feat/ciatph-18

Merge pull request #22 from ciatph/feat/ciatph-18 #12

Workflow file for this run

name: Lint Files
on:
push:
branches-ignore:
- master
jobs:
lint-server:
name: Lint App
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v1
- name: Use NodeJS ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Install Dependencies and lint
run: |
npm install
npm run lint