mirror of
https://github.com/jlengrand/asdf-php.git
synced 2026-03-10 08:01:22 +00:00
Add format job to workflow.yml
This commit is contained in:
13
.github/workflows/workflow.yml
vendored
13
.github/workflows/workflow.yml
vendored
@@ -41,3 +41,16 @@ jobs:
|
||||
uses: asdf-vm/actions/plugin-test@v1.0.0
|
||||
with:
|
||||
command: php --version
|
||||
|
||||
format:
|
||||
runs-on: macOS-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install shfmt
|
||||
run: brew install shfmt
|
||||
|
||||
- name: Run shfmt
|
||||
run: shfmt -d -i 2 -ci .
|
||||
|
||||
Reference in New Issue
Block a user