Skip to content

Update dependencies and workflows #37

Update dependencies and workflows

Update dependencies and workflows #37

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
- 'renovate/*'
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/')) || github.event_name == 'workflow_dispatch'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- run: yarn
- run: yarn lint