Delete .github/workflows/pr.yaml
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
This commit is contained in:
parent
624d363080
commit
01647ad25c
1 changed files with 0 additions and 19 deletions
19
.github/workflows/pr.yaml
vendored
19
.github/workflows/pr.yaml
vendored
|
@ -1,19 +0,0 @@
|
|||
name: PR
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, ready_for_review, synchronize]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
- name: Run tests
|
||||
run: |
|
||||
yarn install --frozen-lockfile --network-timeout 600000
|
||||
yarn tsc
|
Loading…
Reference in a new issue