Bump the eslint group across 1 directory with 8 updates #684
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
workflow_dispatch: null | |
push: | |
paths-ignore: | |
- '**/*.md' | |
jobs: | |
static-check: | |
runs-on: ubuntu-latest | |
timeout-minutes: 10 | |
steps: | |
- name: Clone repository | |
uses: actions/checkout@v4 | |
- name: Install dependencies | |
uses: ./.github/actions/pnpm-install | |
- name: Check | |
run: pnpm run check-ci |