Delete .github/workflows/pr.yaml
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run

This commit is contained in:
richardrobertreitz 2025-02-18 11:31:48 +00:00
parent 624d363080
commit 01647ad25c

View file

@ -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