-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update action.yml, static_type_checks.yml and Makefile
- Loading branch information
1 parent
02fc722
commit 8ad9ef7
Showing
3 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,12 +18,13 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Create github hosts file | ||
run: | # If this file is not created, the dev container fails because of non-existent mount | ||
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: Pre-build dev container image | ||
uses: devcontainers/[email protected] | ||
with: | ||
runCmd: | | ||
inv types | ||
make types |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters