Skip to content

Commit

Permalink
Apply code style and add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Oct 24, 2024
1 parent 40eec53 commit fa72bee
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/cs-fix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---

on: # yamllint disable-line rule:truthy
push:
branches:
- '*'

name: Fix Code Style

jobs:
cs-fix:
permissions:
contents: write
uses: spiral/gh-actions/.github/workflows/cs-fix.yml@master

...

0 comments on commit fa72bee

Please sign in to comment.