Skip to content

Workflow file for this run

name: CI
on: [pull_request, push]
jobs:
build_test:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run build
- run: npm test
- name: Report Compressed Size
uses: ./
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
comment-key: "key-1"
pattern: index.js
- name: Report Compressed Size 2: Electric Boogaloo

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

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 21
uses: ./
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
comment-key: "key-2"
pattern: index.js