Skip to content

Commit

Permalink
chore: add staticmajor linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorropo committed Aug 25, 2023
1 parent 16859b3 commit 3559e8d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/staticmajor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Staticmajor
on: [push,workflow_dispatch,pull_request]
jobs:
run_staticmajor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- name: Staticmajor action
id: staticmajor
uses: orijtech/staticmajor-action@main
with:
packages: ./...

0 comments on commit 3559e8d

Please sign in to comment.