Skip to content

✨ Add a button to reset the PROS conductor file #175

✨ Add a button to reset the PROS conductor file

✨ Add a button to reset the PROS conductor file #175

Workflow file for this run

name: CI Checks
on: pull_request
jobs:
format_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check formatting with Prettier
uses: creyD/[email protected]
with:
prettier_options: --check **/*.{js,ts,jsx,tsx,md,css,html}
prettier_version: 2.8.8
eslint_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run lint '**/*.{js,ts,js,ts}'