Skip to content

Commit

Permalink
setting up megalinter
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Mar 17, 2024
1 parent e5cb2e1 commit f853dfc
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/linters/.groovylintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@
},
"UnnecessaryReturnKeyword": "info"
}
}
}
2 changes: 1 addition & 1 deletion .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ MD013:
# MD012/no-multiple-blanks : Multiple consecutive blank lines
MD012:
# Consecutive blank lines
maximum: 2
maximum: 2
2 changes: 1 addition & 1 deletion .github/linters/.yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ rules:
trailing-spaces: enable
truthy:
allowed-values: ['true', 'false'] # yamllint disable-line rule:truthy
check-keys: true
check-keys: true
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ jobs:
env:
VALIDATE_ALL_CODEBASE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

2 changes: 1 addition & 1 deletion .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
generateReleaseNotes: false
allowUpdates: true
artifactErrorsFailBuild: true
artifacts: ${{ env.BINARY_NAME }}
artifacts: ${{ env.BINARY_NAME }}
2 changes: 1 addition & 1 deletion .github/workflows/wiki-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
- name: Create Wiki (${{ env.CI_WIKI_LANG }})
uses: ./.github/workflows/composite-action
with:
token: ${{ secrets.GH_PERSONAL_TOKEN }}
token: ${{ secrets.GH_PERSONAL_TOKEN }}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- markdownlint-disable MD024 MD041 -->
# Changelog

## [1.0.1](https://github.com/alexanderbazhenoff/jenkins-universal-wrapper-pipeline/pull/1) (2024-03-12)
## [1.0.1](https://github.com/alexanderbazhenoff/jenkins-universal-wrapper-pipeline/pull/1) (2024-03-18)

### Features

Expand Down

0 comments on commit f853dfc

Please sign in to comment.