Skip to content

Commit 1ce7a30

Browse files
committed
chore(gitignore): remove test-action GitHub workflow
- simplify Pacta install to always use pacta-version input
1 parent 2fb3f11 commit 1ce7a30

3 files changed

Lines changed: 2 additions & 35 deletions

File tree

.github/workflows/test-action.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,5 +194,6 @@ pyrightconfig.json
194194

195195
# End of https://www.toptal.com/developers/gitignore/api/python,visualstudiocode
196196

197+
.pacta/
197198
.vscode/
198199
uv.toml

action.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,7 @@ runs:
4343

4444
- name: Install Pacta
4545
shell: bash
46-
run: |
47-
if [ "${{ inputs.pacta-version }}" = "local" ]; then
48-
pip install .
49-
else
50-
pip install "${{ inputs.pacta-version }}"
51-
fi
46+
run: pip install "${{ inputs.pacta-version }}"
5247

5348
- name: Run Architecture Check
5449
id: pacta

0 commit comments

Comments
 (0)