1
0
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:
Margen67
2022-03-09 12:23:37 -08:00
parent 19c0c07db8
commit 05783ac8f4

View File

@@ -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