Skip to content

chore(deps): update dependency @rspack/core to <1.8.0 #123

chore(deps): update dependency @rspack/core to <1.8.0

chore(deps): update dependency @rspack/core to <1.8.0 #123

name: CI (PR)
on:
# Runs whenever a pull request is opened or updated.
pull_request:
jobs:
pr_title_check:
name: PR title check
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
doc_checks:
name: Doc checks
uses: ./.github/workflows/_check_docs.yaml
code_checks:
name: Code checks
uses: ./.github/workflows/_check_code.yaml
tests:
name: Tests
uses: ./.github/workflows/_tests.yaml

Check failure on line 26 in .github/workflows/on_pull_request.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/on_pull_request.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/on_pull_request.yaml" -> "./.github/workflows/_tests.yaml" : failed to fetch workflow: workflow was not found.
secrets: inherit