Skip to content

Validate #32 Bring all old files #39

Validate #32 Bring all old files

Validate #32 Bring all old files #39

Workflow file for this run

name: pull-request
run-name: 'Validate #${{github.event.pull_request.number}} ${{github.event.pull_request.title}}'
on:
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '18.16'
- run: yarn install
- run: yarn lint