-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We cannot bump the flake due to Nixpkgs stupidity...
- Loading branch information
1 parent
52c8dcb
commit 308ad1c
Showing
2 changed files
with
11 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.11.2 | ||
python-version: 3.12 | ||
cache: 'pipenv' | ||
- run: pip install pipenv | ||
- run: pipenv install --dev | ||
|
@@ -34,7 +34,7 @@ jobs: | |
- run: cabal v1-install aeson | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16 | ||
node-version: 18 | ||
- run: npm install [email protected] | ||
- run: npm install -g [email protected] | ||
- run: sudo apt -y install hlint cppcheck shellcheck checkstyle | ||
|
@@ -60,13 +60,13 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.11.2 | ||
python-version: 3.12 | ||
cache: 'pipenv' | ||
- run: pip install pipenv | ||
- run: pipenv install --dev | ||
- run: echo "$(pipenv --venv)/bin" >> $GITHUB_PATH | ||
- uses: jakebailey/pyright-action@v1 | ||
with: | ||
version: '1.1.316' | ||
version: '1.1.336' | ||
warnings: true | ||
working-directory: tested/ |
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