Skip to content

Bump lycheeverse/lychee-action from 2.1.0 to 2.2.0 #8140

Bump lycheeverse/lychee-action from 2.1.0 to 2.2.0

Bump lycheeverse/lychee-action from 2.1.0 to 2.2.0 #8140

name: Validate conferences
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm test
env:
GITHUB_TOKEN: ${{ github.token }}
TERM: xterm-256color