checker: disallow static fn call when receiver type is unknown #11
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: Workflow Lint | |
on: | |
push: | |
paths: | |
- '**.yml' | |
pull_request: | |
paths: | |
- '**.yml' | |
jobs: | |
format: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Verify formatting | |
uses: creyD/[email protected] | |
with: | |
prettier_options: --check .github/**/**.yml |