ci: blank audit-dependencies workflow [skip ci]
This commit is contained in:
11
.github/workflows/audit-dependencies.yml
vendored
Normal file
11
.github/workflows/audit-dependencies.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
name: audit-dependencies
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
dummy:
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Dummy step
|
||||
run: echo "This is a dummy step"
|
||||
Reference in New Issue
Block a user