Skip to content

Commit

Permalink
chore: rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Ievgenii Shepeliuk <[email protected]>
  • Loading branch information
eshepelyuk committed Jun 22, 2023
1 parent 8275430 commit 03ad6c2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,24 @@ jobs:
build_job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 20
- uses: wagoid/commitlint-github-action@v4
- uses: wagoid/commitlint-github-action@v5
with:
configFile: .commitlintrc.yml
token: ${{ secrets.GITHUB_TOKEN }}
- uses: volesen/setup-skaffold@v1.1
- uses: jaxxstorm/action-install-gh-release@v1
with:
version: v1.38.0
repo: GoogleContainerTools/skaffold
tag: v1.38.0
cache: enable
extension-matching: disable
rename-to: skaffold
chmod: 0755
- uses: extractions/setup-just@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: just test
- uses: rinx/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
rel_job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: bahmutov/npm-install@v1
Expand Down

0 comments on commit 03ad6c2

Please sign in to comment.