Skip to content

Commit aea0a83

Browse files
committed
Proper syntax highlighting
1 parent e939e51 commit aea0a83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ More info [on the ESLint getting started guide](https://eslint.org/docs/user-gui
1515
Add or create a file named `.github/workflow/lint.yml` and copy over one of the examples below to your new workflow file
1616

1717
This is the simplest example to get it running:
18-
```hcl
18+
```yml
1919
name: Lint
2020

2121
on: [push]
@@ -31,7 +31,7 @@ jobs:
3131
3232
By default it will run ESLint through all the files in the project. But you can also specify a glob of files to lint using the `with:` argument on your YAML file. The example below shows ESLint running only on the files under the `src/` folder:
3333

34-
```hcl
34+
```yml
3535
name: Lint
3636
3737
on: [push]

0 commit comments

Comments
 (0)