mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 02:00:48 +01:00
fix: remove broken duster workflow
Remove workflow due to "ERROR: You must supply at least one file or directory to process."
This commit is contained in:
20
.github/workflows/duster-lint.yml
vendored
20
.github/workflows/duster-lint.yml
vendored
@@ -1,20 +0,0 @@
|
|||||||
name: Duster Lint
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [ main ]
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
duster:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
ref: ${{ github.event.pull_request.head.ref }}
|
|
||||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
|
||||||
- name: "Duster Lint"
|
|
||||||
uses: tighten/duster-action@v3
|
|
||||||
with:
|
|
||||||
args: lint
|
|
||||||
Reference in New Issue
Block a user