Skip to content

Commit

Permalink
Merge pull request #60 from sp-nitech/maintenance
Browse files Browse the repository at this point in the history
Maintenance
  • Loading branch information
takenori-y committed Apr 9, 2024
2 parents 0ae26dc + c70e38f commit 8bbf98d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 27 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Clone
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Dependencies
run: |
Expand All @@ -38,10 +38,10 @@ jobs:

steps:
- name: Clone
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: MSBuild
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v2

- name: Make
run: ./make.bat
23 changes: 0 additions & 23 deletions .github/workflows/stale.yml

This file was deleted.

2 changes: 1 addition & 1 deletion tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# ------------------------------------------------------------------------ #

PYTHON_VERSION := 3.8
SHELLCHECK_VERSION := 0.9.0
SHELLCHECK_VERSION := 0.10.0
SHFMT_VERSION := 3.8.0
JOBS := 4

Expand Down

0 comments on commit 8bbf98d

Please sign in to comment.