mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 09:14:58 +01:00
ci: Use default run shell for code format check
This is for consistency, and so shell doesn't have to be set for potential future run steps.
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -28,11 +28,13 @@ jobs:
|
||||
name: Check code formatting
|
||||
runs-on: ubuntu-latest
|
||||
container: openrct2/openrct2-build:4-format
|
||||
defaults:
|
||||
run:
|
||||
shell: sh
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Run clang-format
|
||||
shell: sh
|
||||
run: scripts/check-code-formatting
|
||||
windows:
|
||||
name: Windows
|
||||
|
||||
Reference in New Issue
Block a user