Add curios:charm tag to all GT batteries, not just those named battery #123
Workflow file for this run
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 KubeJS | |
on: | |
pull_request: | |
types: [opened, synchronize] | |
paths: 'kubejs/**' | |
jobs: | |
lint: | |
uses: ./.github/workflows/eslint.yml | |
with: | |
folder: 'kubejs' |