Skip to content

chore(deps): bump the github-actions group across 1 directory with 7 updates #1000

chore(deps): bump the github-actions group across 1 directory with 7 updates

chore(deps): bump the github-actions group across 1 directory with 7 updates #1000

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4.1.0
with:
cache: yarn
- run: yarn
- run: yarn run lint-ci