Skip to content

[testing] Add jokes.md #6

[testing] Add jokes.md

[testing] Add jokes.md #6

Workflow file for this run

# Validate build to provide early feedback on pull requests
name: Build
concurrency:
group: ${{ github.ref }}-build
cancel-in-progress: true
on:
pull_request:
branches: [ master ]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'npm'
- run: npm ci
- run: npm run build