Skip to content

Create auto-approve.yml #38

Create auto-approve.yml

Create auto-approve.yml #38

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies and run checks
run: yarn