odoh-snowstorm doesn't implement DoOH; fix the stamp #1353
This file contains hidden or 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: resolverscheck | |
| on: | |
| push: | |
| branches: [next, ci] | |
| pull_request: | |
| branches: [next, ci] | |
| workflow_dispatch: | |
| jobs: | |
| resolverscheck: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: resolvers check | |
| run: .github/workflows/resolverscheck.sh |