Skip to content

build(deps): bump the github-actions group across 1 directory with 9 updates #498

build(deps): bump the github-actions group across 1 directory with 9 updates

build(deps): bump the github-actions group across 1 directory with 9 updates #498

Workflow file for this run

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