Skip to content

fix(background-sync): clean up open PRs that are deleted on GitHub #597

fix(background-sync): clean up open PRs that are deleted on GitHub

fix(background-sync): clean up open PRs that are deleted on GitHub #597

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run all