File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 name : " /"
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
11+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1212 - uses : technology-studio/github-workflows/.github/actions/install-dependencies@main
1313 - if : " !contains(github.event.pull_request.title, 'update dependency eslint-config-txo')"
1414 run : yarn lint:ci
Original file line number Diff line number Diff line change 88 name : Lint
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
11+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1212 - uses : technology-studio/github-workflows/.github/actions/install-dependencies@main
1313 - run : yarn lint:ci
1414 - name : Send a Slack message on failure
Original file line number Diff line number Diff line change 88 name : " /"
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
11+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1212 - uses : technology-studio/github-workflows/.github/actions/install-dependencies@main
1313 id : install
1414 - run : yarn schema:process
Original file line number Diff line number Diff line change 2727 with :
2828 app-id : ${{ secrets.TXO_GITHUB_BOT_APP_ID }}
2929 private-key : ${{ secrets.TXO_GITHUB_BOT_APP_PRIVATE_KEY }}
30- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
30+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3131 with :
3232 fetch-depth : 0
3333 persist-credentials : false
Original file line number Diff line number Diff line change 2626 app-id : ${{ secrets.TXO_GITHUB_BOT_APP_ID }}
2727 private-key : ${{ secrets.TXO_GITHUB_BOT_APP_PRIVATE_KEY }}
2828 - name : Checkout code
29- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
29+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3030 with :
3131 token : ${{ steps.get-token.outputs.token }}
3232 - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
Original file line number Diff line number Diff line change 1919 with :
2020 app-id : ${{ secrets.TXO_GITHUB_BOT_APP_ID }}
2121 private-key : ${{ secrets.TXO_GITHUB_BOT_APP_PRIVATE_KEY }}
22- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2323 with :
2424 persist-credentials : false
2525 fetch-depth : 0
Original file line number Diff line number Diff line change 88 name : " /"
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
11+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1212 - uses : technology-studio/github-workflows/.github/actions/install-dependencies@main
1313 - run : yarn type-check
1414 - name : Send a Slack message on failure
Original file line number Diff line number Diff line change 88 name : " /"
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
11+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1212 - uses : technology-studio/github-workflows/.github/actions/install-dependencies@main
1313 - run : yarn test --coverage
1414 - id : check-dir
Original file line number Diff line number Diff line change 1919 app-id : ${{ secrets.TXO_GITHUB_BOT_APP_ID }}
2020 private-key : ${{ secrets.TXO_GITHUB_BOT_APP_PRIVATE_KEY }}
2121 - name : Checkout code
22- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2323 with :
2424 token : ${{ steps.get-token.outputs.token }}
2525
You can’t perform that action at this time.
0 commit comments