Skip to content

Add file extensions for imports #21

Add file extensions for imports

Add file extensions for imports #21

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