mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
fix: duster workflow
This commit is contained in:
20
.github/workflows/duster-lint.yml
vendored
Normal file
20
.github/workflows/duster-lint.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
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