Skip to content

Bump eslint from 9.39.0 to 9.39.1 in the linting group #64

Bump eslint from 9.39.0 to 9.39.1 in the linting group

Bump eslint from 9.39.0 to 9.39.1 in the linting group #64

Workflow file for this run

name: Tests
on: [pull_request]
jobs:
unit-tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Setup
id: setup
uses: kitbagjs/actions-setup-project@main
- name: Run tests
run: npm run test
types:
name: Types
runs-on: ubuntu-latest
steps:
- name: Setup
id: setup
uses: kitbagjs/actions-setup-project@main
- name: Run tsc
run: npm run types