Add support for *
-wildcards in ignore-undeclared
and ignore-unused
#3329
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: CI | |
on: [push, pull_request] | |
jobs: | |
tests: | |
uses: ./.github/workflows/tests.yaml | |
self_test: | |
uses: ./.github/workflows/self_test.yaml | |
lint: | |
uses: ./.github/workflows/lint.yaml | |
format: | |
uses: ./.github/workflows/format.yaml |