Skip to content

Merge branch 'main' into dependabot/npm_and_yarn/guardian/libs-16.1.2 #108

Merge branch 'main' into dependabot/npm_and_yarn/guardian/libs-16.1.2

Merge branch 'main' into dependabot/npm_and_yarn/guardian/libs-16.1.2 #108

Workflow file for this run

name: Validate
on: [push]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: yarn
- run: make validate