14 lines
233 B
YAML
14 lines
233 B
YAML
name: Pull Request Workflow
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
|
|
#Runs pnpm lint and pnpm check
|
|
lint-and-check:
|
|
uses: gmetribin/build-tools/.github/workflows/pr-lint-and-check.yml@v1.1.2
|
|
secrets: inherit
|