File tree Expand file tree Collapse file tree 5 files changed +5
-8
lines changed
Expand file tree Collapse file tree 5 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - uses : actions/checkout@v5
20- - uses : gardenlinux/python-gardenlinux-lib/.github/actions/setup@main
20+ - uses : gardenlinux/python-gardenlinux-lib/.github/actions/dev_setup@255-improve-caching-used-in-gh-actions
2121 - name : Simple bandit security checks
2222 run : make security
2323 - name : Show Report in Action Output
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@v5
10- - uses : gardenlinux/python-gardenlinux-lib/.github/actions/setup@main
10+ - uses : gardenlinux/python-gardenlinux-lib/.github/actions/dev_setup@255-improve-caching-used-in-gh-actions
1111 - run : make lint
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - uses : actions/checkout@v5
20- - uses : gardenlinux/python-gardenlinux-lib/.github/actions/setup@main
20+ - uses : gardenlinux/python-gardenlinux-lib/.github/actions/dev_setup@255-improve-caching-used-in-gh-actions
2121 - name : Simple poetry build no package
2222 run : make build
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v5
13- - uses : gardenlinux/python-gardenlinux-lib/.github/actions/setup@main
13+ - uses : gardenlinux/python-gardenlinux-lib/.github/actions/dev_setup@255-improve-caching-used-in-gh-actions
1414 - run : make docs
1515 - name : Deploy to GitHub Pages
1616 uses : peaceiris/actions-gh-pages@v4
Original file line number Diff line number Diff line change 2020 with :
2121 fetch-depth : 2
2222
23- - name : Setup Gardenlinux
24- uses : ./.github/actions/setup
25- with :
26- python_version : ${{ matrix.python_version }}
23+ - uses : gardenlinux/python-gardenlinux-lib/.github/actions/dev_setup@255-improve-caching-used-in-gh-actions
2724
2825 - name : Install dependencies
2926 run : poetry install --with dev
You can’t perform that action at this time.
0 commit comments