Skip to content

Commit

Permalink
Updated duster
Browse files Browse the repository at this point in the history
  • Loading branch information
Jehizkia committed Jun 6, 2024
1 parent 40850af commit b8fdce2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/duster-lint.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/duster.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# .github/workflows/duster.yml
name: Duster

on:
push:
branches: main
pull_request:

jobs:
duster:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: "duster"
uses: tighten/duster-action@v3
with:
args: lint

0 comments on commit b8fdce2

Please sign in to comment.