Compare commits
No commits in common. "9f4911b4c8ea61405a069f0c685c269d5bf1adf9" and "f119e4b4a2ebd853f7427707f829000d958aaca5" have entirely different histories.
9f4911b4c8
...
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]
|
||||
|
||||
name: Build
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue