Skip to content

Commit

Permalink
update action.yml and static_type_checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Sep 2, 2024
1 parent 76c2858 commit d39a00d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/static_type_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
steps:
- name: Checkout (GitHub)
uses: actions/checkout@v4

- name: Set up uv
shell: bash
run: curl -LsSf https://astral.sh/uv/0.4.0/install.sh | sh

- name: Create github hosts file
run:
| # If this file is not created, the dev container fails because of non-existent mount
mkdir -p ~/.config/gh
touch ~/.config/gh/hosts.yml
- name: Set up Python
shell: bash
run: uv python install

- name: Pre-build dev container image
uses: devcontainers/[email protected]
with:
runCmd: |
make types
- name: Run static type checks
shell: bash
run: make types

0 comments on commit d39a00d

Please sign in to comment.