Add Formula: Enchanted Aspect's Dreaming Crest #122
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint | |
# This workflow is triggered on pushes to the repository. | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
lint: | |
name: Lint | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout | |
uses: actions/checkout@v3 | |
- name: wow-lint | |
uses: davidcraig/[email protected] | |
with: | |
path-to-files: 'main.lua src/**/main.lua src/**/**/*.lua' |