Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
evmar committed Sep 15, 2024
1 parent 4f1161a commit 501a327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
run: |
if [ ! -f $HOME/.dprint/bin/dprint ]; then
curl -fsSL https://dprint.dev/install.sh | sh
echo $HOME/.dprint/bin >> $GITHUB_PATH
fi
echo $HOME/.dprint/bin >> $GITHUB_PATH
- run: ./misc/fmt.sh --check

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ See [some demos](https://evmar.github.io/retrowin32/).

## Status

Can run a few programs, including console, win32 GUI, and DirectX. Likely will
Can run a few programs, including console, win32 GUI, and DirectX. Likely will
fail if given a program I haven't worked on yet.

- 2024/03: runs some of Minesweeper and more demoscene programs.
Expand Down

0 comments on commit 501a327

Please sign in to comment.