Skip to content

ci(GitHub Actions): add Dependabot auto-merge #1348

ci(GitHub Actions): add Dependabot auto-merge

ci(GitHub Actions): add Dependabot auto-merge #1348

Workflow file for this run

name: Node CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: yarn
- run: yarn install
- run: yarn run lint