Skip to content

Commit

Permalink
Merge pull request #3 from fidelity/fidelity-20230425-130646
Browse files Browse the repository at this point in the history
Fidelity 20230425 130646
  • Loading branch information
rorybakerfmr authored Apr 25, 2023
2 parents 8ca1087 + ef83537 commit 31501da
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Note: original source from https://github.com/cdevents/sdk-java/blob/main/.github/workflows/linter.yml
---
name: Linter
on:
pull_request:
branches: [main]
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter/slim@v4
env:
FILTER_REGEX_INCLUDE: .*src/main/.*
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILTER_REGEX_EXCLUDE: .*mvnw

0 comments on commit 31501da

Please sign in to comment.