Skip to content

Fix and normalize "repository" and "files" fields in package.json #7

Fix and normalize "repository" and "files" fields in package.json

Fix and normalize "repository" and "files" fields in package.json #7

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: '*'
jobs:
trigger-lint:
name: Run Lint Checks
uses: ./.github/workflows/lint.yml
trigger-unit-test:
name: Run Unit Tests
uses: ./.github/workflows/unit-test.yml
secrets: inherit