Skip to content

chore(deps-dev): bump typescript-eslint from 8.12.2 to 8.13.0 (#76) #200

chore(deps-dev): bump typescript-eslint from 8.12.2 to 8.13.0 (#76)

chore(deps-dev): bump typescript-eslint from 8.12.2 to 8.13.0 (#76) #200

Workflow file for this run

name: yarnci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
yarnci:
permissions:
contents: read # for actions/checkout to fetch code
pull-requests: read # for yarnci/yarnci-lint-action to fetch pull requests
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
cache: yarn
node-version: lts/*
- name: install
uses: borales/actions-yarn@v5
with:
cmd: install --frozen-lockfile
- name: lint
uses: borales/actions-yarn@v5
with:
cmd: lint