Skip to content

Fix "Fix unchanged revision hashes when watching" #80

Fix "Fix unchanged revision hashes when watching"

Fix "Fix unchanged revision hashes when watching" #80

Workflow file for this run

name: CI
on:
push:
branches:
- main
- beta
- next
- dev*
paths-ignore:
- "*.md"
- "docs/**"
pull_request:
types: [opened, reopened]
paths-ignore:
- "*.md"
- "docs/**"
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
node: ["18", "20", "22"]
eleventy: ["1.0.2", "latest"]
name: Node.js ${{ matrix.node }} on ${{ matrix.os }} against @11ty/eleventy@${{ matrix.eleventy }}
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
# cache: npm
- run: npm install
run: npm install @11ty/eleventy@${{ matrix.eleventy }}

Check failure on line 34 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 34, Col: 9): 'run' is already defined
- run: npm test
env:
YARN_GPG: no