mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-18 10:51:28 +00:00
v
This commit is contained in:
parent
f818585d39
commit
65d17034e3
9
.github/workflows/cache-verify.yml
vendored
9
.github/workflows/cache-verify.yml
vendored
@ -5,6 +5,15 @@ on:
|
||||
- '.github/workflows/cache-verify.yml'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run actionlint
|
||||
uses: reviewdog/action-actionlint@v1
|
||||
with:
|
||||
reporter: github-check
|
||||
level: warning
|
||||
build-images:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user