File tree 3 files changed +18
-14
lines changed
3 files changed +18
-14
lines changed Original file line number Diff line number Diff line change 1
1
name : Release Builds
2
-
3
2
on : push
4
-
5
3
env :
6
- LLVM_VERSION : " 18.1.4"
7
-
4
+ LLVM_VERSION : " 18.1.5"
8
5
jobs :
9
6
build :
10
7
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
3
rev : v4.6.0
4
4
hooks :
5
- - id : check-yaml
6
5
- id : end-of-file-fixer
6
+ exclude : ' .*\.diff$'
7
+ - id : check-yaml
7
8
- id : trailing-whitespace
8
-
9
- - repo : https://github.com/pre-commit/mirrors-prettier
10
- rev : v4.0.0-alpha.8
9
+ exclude : ' .*\.diff$'
10
+ - id : check-added-large-files
11
+ - id : mixed-line-ending
12
+ exclude : ' .*\.diff$'
13
+ - repo : https://github.com/rhysd/actionlint
14
+ rev : v1.6.27
15
+ hooks :
16
+ - id : actionlint
17
+ - repo : https://github.com/pecigonzalo/pre-commit-shfmt
18
+ rev : v2.2.0
11
19
hooks :
12
- - id : prettier
13
-
14
- - repo : https://github.com/lovesegfault/beautysh
15
- rev : v6.2.1
20
+ - id : shell-fmt-go
21
+ - repo : https://github.com/google/yamlfmt
22
+ rev : v0.11.0
16
23
hooks :
17
- - id : beautysh
24
+ - id : yamlfmt
18
25
ci :
19
26
autoupdate_schedule : quarterly
Original file line number Diff line number Diff line change 2
2
3
3
set -e -x
4
4
5
- BUILD_DIR=` pwd`
5
+ BUILD_DIR=$( pwd)
6
6
7
7
echo " LLVM_VERSION = $LLVM_VERSION "
8
8
echo " TARGET_TRIPLE = $TARGET_TRIPLE "
You can’t perform that action at this time.
0 commit comments