File tree 4 files changed +16
-12
lines changed
4 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 4
4
test :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/checkout@v4
7
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8
8
- name : Set up Python
9
- uses : actions/setup-python@v4
9
+ uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
10
10
with :
11
11
python-version : ' 3.x' # Specify the Python version you want to use
12
12
cache : pip
Original file line number Diff line number Diff line change 4
4
ruff :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/checkout@v4
8
- # Run ruff linter:
9
- - uses : chartboost/ruff-action@v1
10
- # Run ruff linter for formatting:
11
- - uses : chartboost/ruff-action@v1
7
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8
+
9
+ # Run ruff linter
10
+ - uses : chartboost/ruff-action@e18ae971ccee1b2d7bbef113930f00c670b78da4 # v1
11
+
12
+ # Run ruff format
13
+ - uses : chartboost/ruff-action@e18ae971ccee1b2d7bbef113930f00c670b78da4 # v1
12
14
with :
13
15
args : ' format --check'
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
15
15
16
16
steps :
17
17
- name : " Checkout code"
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19
19
20
20
- name : Set up Python 3.9
21
- uses : actions/setup-python@v5
21
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
22
22
with :
23
23
python-version : " 3.9"
24
24
25
25
- name : Setup pdm
26
- uses : pdm-project/setup-pdm@v3
26
+ uses : pdm-project/setup-pdm@ddc33ca746b5716353581f988b29464200212702 # v3
27
27
with :
28
28
python-version : " 3.9"
29
29
cache : true
32
32
run : pdm build
33
33
34
34
- name : Publish package distributions to PyPI
35
- uses : pypa/gh-action-pypi-publish@release/v1
35
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
Original file line number Diff line number Diff line change @@ -84,4 +84,6 @@ venv.bak/
84
84
pixi.lock
85
85
86
86
.stack-pr.cfg
87
- .vscode
87
+ .vscode
88
+
89
+ .DS_Store
You can’t perform that action at this time.
0 commit comments