Skip to content

Bump typescript-eslint from 8.0.0-alpha.45 to 8.0.0-alpha.54 #93

Bump typescript-eslint from 8.0.0-alpha.45 to 8.0.0-alpha.54

Bump typescript-eslint from 8.0.0-alpha.45 to 8.0.0-alpha.54 #93

Workflow file for this run

name: CI
on:
pull_request:
branches: ["main"]
push:
branches: ["main"]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: pnpm/action-setup@v4.0.0
- uses: actions/setup-node@v4.0.3
with:
node-version-file: package.json
cache: pnpm
- run: pnpm install
- run: pnpm run lint
check-dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: pnpm/action-setup@v4.0.0
- uses: actions/setup-node@v4.0.3
with:
node-version-file: package.json
cache: pnpm
- run: pnpm install
- run: pnpm run build
- run: git diff --exit-code -- dist/
run-self:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- name: Run self
uses: ./
with:
target-file: "*"
common-dependency-paths: |-
action.yml