Skip to content

Bump actions/upload-artifact from 3 to 4 #111

Bump actions/upload-artifact from 3 to 4

Bump actions/upload-artifact from 3 to 4 #111

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm update
- run: npm run lint
html:
# Always skip
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm update
- run: git ls-tree --name-only -r HEAD | grep -E "[.](html|css)$" | xargs ./utils/validate