Skip to content

Append fundingUrl to manifest.json #14

Append fundingUrl to manifest.json

Append fundingUrl to manifest.json #14

Workflow file for this run

name: CI
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16.15.0
- run: npm ci
- run: npm run lint
- run: npx prettier --check .