Skip to content

More detail on final FADE chatcard #960

More detail on final FADE chatcard

More detail on final FADE chatcard #960

Workflow file for this run

name: Check PRs conform to code format and lint standards
on: pull_request
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install
run: npm ci
- name: Is it pretty?
run: npm run prettier
- name: Any eslint issues?
run: npm run lint