Skip to content

Merge pull request #9 from erkannt/renovate/eslint-plugin-unused-impo… #38

Merge pull request #9 from erkannt/renovate/eslint-plugin-unused-impo…

Merge pull request #9 from erkannt/renovate/eslint-plugin-unused-impo… #38

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: make typecheck
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: make lint unused-exports
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: make test
smoketest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: make smoketest