Skip to content

fix: #50 jsx files not being linted by the react config #34

fix: #50 jsx files not being linted by the react config

fix: #50 jsx files not being linted by the react config #34

Workflow file for this run

jobs:
test:
environment: release
name: Test
runs-on: ubuntu-latest
steps:
- name: setup repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: setup node.js
uses: actions/setup-node@v3
with:
node-version: '22'
- run: npm ci --legacy-peer-deps
- run: npm run lint
- run: npm run test
- run: npm run build
timeout-minutes: 10
name: Test and build
on:
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
- ready_for_review