Skip to content

Validate #18 fix(herbarios-controller): fix the herbarium update #21

Validate #18 fix(herbarios-controller): fix the herbarium update

Validate #18 fix(herbarios-controller): fix the herbarium update #21

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