mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-07-26 02:46:08 +08:00
Use terraform syntax highlighting
This commit is contained in:
@@ -15,7 +15,7 @@ The most common use case for this, is when you're running a Linter or Code-Style
|
|||||||
|
|
||||||
In this example I'm running `php-cs-fixer` in a PHP project.
|
In this example I'm running `php-cs-fixer` in a PHP project.
|
||||||
|
|
||||||
```
|
```terraform
|
||||||
workflow "php-cs-fixer" {
|
workflow "php-cs-fixer" {
|
||||||
on = "push"
|
on = "push"
|
||||||
resolves = [
|
resolves = [
|
||||||
|
Reference in New Issue
Block a user