File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 2727 - uses : actions/checkout@v5
2828 with :
2929 path : libblkid-rs
30+ persist-credentials : false
3031 - name : Install dependencies for Fedora
3132 run : >
3233 dnf install -y
4647 with :
4748 path : ci
4849 repository : stratis-storage/ci
50+ persist-credentials : false
4951 - name : Run comparisons of --sys version specs with Fedora
5052 # yamllint disable rule:line-length
5153 run : |
Original file line number Diff line number Diff line change 4545 runs-on : ubuntu-22.04
4646 steps :
4747 - uses : actions/checkout@v5
48+ with :
49+ persist-credentials : false
4850 - uses : dtolnay/rust-toolchain@master
4951 with :
5052 components : ${{ matrix.components }}
8183 runs-on : macos-latest
8284 steps :
8385 - uses : actions/checkout@v5
86+ with :
87+ persist-credentials : false
8488 - uses : dtolnay/rust-toolchain@master
8589 with :
8690 components : ${{ matrix.components }}
97101 image : fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
98102 steps :
99103 - uses : actions/checkout@v5
104+ with :
105+ persist-credentials : false
100106 - name : Install dependencies for Fedora
101107 run : dnf install -y make yamllint
102108 - name : Run yamllint
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-22.04
1414 steps :
1515 - uses : actions/checkout@v5
16+ with :
17+ persist-credentials : false
1618 - uses : dtolnay/rust-toolchain@master
1719 with :
1820 components : cargo
3739 - uses : actions/checkout@v5
3840 with :
3941 path : libblkid-rs
42+ persist-credentials : false
4043 - name : Install dependencies for Fedora
4144 run : >
4245 dnf install -y
5659 with :
5760 path : ci
5861 repository : stratis-storage/ci
62+ persist-credentials : false
5963 - name : Run comparisons of -sys version specs with Fedora
6064 # yamllint disable rule:line-length
6165 run : |
7781 runs-on : ubuntu-latest
7882 steps :
7983 - uses : actions/checkout@v5
84+ with :
85+ persist-credentials : false
8086 - name : Install dependencies
8187 run : |
8288 sudo apt-get -q update
You can’t perform that action at this time.
0 commit comments