Skip to content

Commit

Permalink
Use setup action in validation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Nov 28, 2024
1 parent 11bd483 commit 74ce71e
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,8 @@ jobs:
- name: Check out repo
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.12"
cache: "pip"

- name: Install dependencies
run: |
python -m pip install --upgrade pip uv
uv pip install --system -r requirements.txt
- name: Setup Python and install dependencies
uses: ./.github/actions/setup-test-environment

- name: Validate YAML files
run: felis validate --check-redundant-datatypes ./yml/*.yaml

0 comments on commit 74ce71e

Please sign in to comment.