Skip to content

fix(deps): 📦 update dependency typescript-eslint to v8.62.0 #447

fix(deps): 📦 update dependency typescript-eslint to v8.62.0

fix(deps): 📦 update dependency typescript-eslint to v8.62.0 #447

Workflow file for this run

name: ESLint
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
eslint:
name: ESLint
runs-on: ubuntu-24.04
timeout-minutes: 10
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Install Nix
uses: DeterminateSystems/determinate-nix-action@629b284231c2a82554b724e357e47fc6020833c8 # v3.21.2
with:
extra-conf: |
sandbox = false
ssl-cert-file = /etc/ssl/certs/ca-certificates.crt
- name: Install dependencies
run: nix develop --command bun install --frozen-lockfile
- name: Run ESLint
run: nix develop --command bun run lint