Skip to content

Merge pull request #18 from PRX/feat/boostr_collection_flights #28

Merge pull request #18 from PRX/feat/boostr_collection_flights

Merge pull request #18 from PRX/feat/boostr_collection_flights #28

name: Check project standards
on: push
jobs:
check-javascript:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- run: yarn install
- run: npm exec eslint -- "**/*.js"
- run: npm exec prettier -- --check "**/*.{json,yml}"
- run: npm exec tsc