Skip to content

Commit

Permalink
- add lint and format action
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRosier committed Jan 9, 2024
1 parent cce298b commit 7ae2a96
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/autoformat.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: autoformat

on:
issue_comment:
types: [created, edited]
jobs:
run_autoformat:
uses: BrainLesion/BrainLes/.github/workflows/autoformat.yml@main
secrets: inherit
10 changes: 10 additions & 0 deletions .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: lint

on:
pull_request:
branches:
- main
jobs:
run_lint:
uses: BrainLesion/BrainLes/.github/workflows/pr_lint.yml@main
secrets: inherit

0 comments on commit 7ae2a96

Please sign in to comment.