File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1+ * @ splitio/sdk
Original file line number Diff line number Diff line change 1- name : ci-cd
1+ name : test
22on :
33 pull_request :
44 branches :
55 - ' *'
66
77concurrency :
8- group : ${{ github.workflow }}-${{ github.event_name == 'push' && github.run_number || github. event.pull_request.number }}
8+ group : ${{ github.workflow }}-${{ github.event.pull_request.number }}
99 cancel-in-progress : true
1010
11- permissions :
12- contents : read
13- id-token : write
14-
1511jobs :
1612 build :
1713 name : Build
1814 runs-on : ubuntu-latest
1915 steps :
2016 - name : Checkout code
21- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
2218
2319 - name : Setup Node.js
2420 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 1+ repos :
2+ - repo : https://github.com/pre-commit/pre-commit-hooks
3+ rev : v6.0.0
4+ hooks :
5+ - id : check-added-large-files
6+ - id : check-json
7+ - id : check-yaml
8+ - id : end-of-file-fixer
9+ - id : trailing-whitespace
You can’t perform that action at this time.
0 commit comments