Skip to content

RyanHUNGry activated linting #20

RyanHUNGry activated linting

RyanHUNGry activated linting #20

Workflow file for this run

name: lint dataflow
run-name: ${{ github.actor }} activated linting
on:
push:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./backend # Only applies to run steps
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Install dependencies
run: npm i
- name: Run linting script with eslint
run: npm run lint