Files
licenseg/.github/workflows/pull_requests.yml
Workflow config file is invalid. Please check your config file: EOF
2023-05-31 00:20:06 +03:00

21 lines
485 B
YAML

# name: Pull Requests
#
# on:
# pull_request:
# branches: [ master, develop ]
# jobs:
# build:
# runs-on: ubuntu-latest
# if: "!contains(github.event.head_commit.message, '[skip ci]')"
# steps:
# - uses: actions/checkout@v3
# - uses: pnpm/action-setup@v2
# with:
# run_install: |
# - recursive: true
# args: [--frozen-lockfile, --strict-peer-dependencies]
# - run: pnpm build
# - run: pnpm test