Skip to content

Updated QA learning goals #814

Updated QA learning goals

Updated QA learning goals #814

Workflow file for this run

---
name: Lint
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Compile
run: npm install && npm run build
- name: Run the linter
run: ./lint