Compare commits
No commits in common. "46330f5066fc1dc07d6f07352a37f69216ea5e36" and "f119e4b4a2ebd853f7427707f829000d958aaca5" have entirely different histories.
46330f5066
...
f119e4b4a2
2 changed files with 0 additions and 25 deletions
|
@ -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
|
|
|
@ -1,11 +1,6 @@
|
||||||
---
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
name: Build
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue