Skip to content

Merge branch 'main' into origin/m-progress-component #16

Merge branch 'main' into origin/m-progress-component

Merge branch 'main' into origin/m-progress-component #16

Workflow file for this run

name: Lint Code
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- run: npm install
- run: npm run lint