forked from celestiaorg/celestia-node
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump celestiaorg/.github from 0.1.0 to 0.1.1 (celestiaor…
…g#2047) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e804359
commit 42f6044
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,15 +24,15 @@ on: | |
jobs: | ||
# Dockerfile Linting | ||
hadolint: | ||
uses: celestiaorg/.github/.github/workflows/[email protected].0 # yamllint disable-line rule:line-length | ||
uses: celestiaorg/.github/.github/workflows/[email protected].1 # yamllint disable-line rule:line-length | ||
with: | ||
dockerfile: Dockerfile | ||
|
||
yamllint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: celestiaorg/.github/.github/actions/[email protected].0 | ||
- uses: celestiaorg/.github/.github/actions/[email protected].1 | ||
|
||
markdown-lint: | ||
name: Markdown Lint | ||
|
@@ -58,7 +58,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Version Release | ||
uses: celestiaorg/.github/.github/actions/[email protected].0 | ||
uses: celestiaorg/.github/.github/actions/[email protected].1 | ||
with: | ||
github-token: ${{secrets.GITHUB_TOKEN}} | ||
version-bump: ${{inputs.version}} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,6 @@ jobs: | |
permissions: | ||
contents: write | ||
packages: write | ||
uses: celestiaorg/.github/.github/workflows/[email protected].0 # yamllint disable-line rule:line-length | ||
uses: celestiaorg/.github/.github/workflows/[email protected].1 # yamllint disable-line rule:line-length | ||
with: | ||
dockerfile: Dockerfile |