Compare commits

..

No commits in common. "46330f5066fc1dc07d6f07352a37f69216ea5e36" and "f119e4b4a2ebd853f7427707f829000d958aaca5" have entirely different histories.

2 changed files with 0 additions and 25 deletions

View file

@ -1,20 +0,0 @@
---
on:
push:
pull_request:
schedule:
- cron: "30 4 * * *"
name: Audit
jobs:
build:
name: Audit
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
- name: Audit
run: yarn audit

View file

@ -1,11 +1,6 @@
---
on: [push, pull_request]
name: Build
jobs:
build:
name: Build
runs-on: docker
steps:
- name: Checkout