Skip to content

[TASK] add labels to none-template partials #68

[TASK] add labels to none-template partials

[TASK] add labels to none-template partials #68

Workflow file for this run

name: Run tests
on:
push:
branches:
- master
pull_request:
types: [opened, reopened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
uses: actions/setup-node@v4

Check failure on line 15 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Run tests

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 15, Col: 9): 'uses' is already defined
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm test
- name: PKG versions
run: |
node -v
npm -v