Skip to content

Commit

Permalink
address reviews comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni007 committed Nov 22, 2023
1 parent 53ba63c commit 5ec5283
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@ on:
branches: [ master ]

jobs:
pre-checks:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: pre-commit checks
uses: ./.github/actions/pre-commit
- name: Ensure SHA pinned actions
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@f32435541e24cd6a4700a7f52bb2ec59e80603b1 # v2.1.4
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@b35f285b9bb7e80de0967367cee66d3b6d50ceca # v3.0.1
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: ./.github/actions/pre-commit
- uses: ./.github/actions/pre-commit-default
# - name: Manual test for send slack notification
# uses: ./.github/actions/send-slack-notification
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.8.2
v4.0.0

0 comments on commit 5ec5283

Please sign in to comment.