This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
Apply ApplicationCommandOptionChoice Hotfixes and Fix build script libJar manifest #69
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: Continuous Integration | |
on: # yamllint disable-line rule:truthy | |
[push, pull_request, workflow_dispatch] | |
jobs: | |
yamlLint: | |
name: Code Scan (YAML Lint) | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Run YAML Lint | |
uses: ibiqlik/action-yamllint@v3 |