mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
Use terraform syntax highlighting
This commit is contained in:
parent
481a78354b
commit
4c1f1afd13
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user