Skip to content

Commit

Permalink
Add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Oct 28, 2022
1 parent 22cff9a commit b76d11e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-hub/stylelint@master
env:
PATTERN "mink_plugin/css/options.css"
PATTERN: "mink_plugin/css/options.css"
#- name: Lint CSS
# run: |
# npm install stylelint-use-logical --save-dev
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ package-lock.json
!.jshintrc
!.jshintignore
!.travis.yml
!.stylelintrc.json
!.github/

0 comments on commit b76d11e

Please sign in to comment.