refactor: move x509 signature key creation to e2e-identity, part 2 #2670
Workflow file for this run
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: toml | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| jobs: | |
| check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - uses: uncenter/setup-taplo@v1 | |
| - uses: wireapp/setup-fd@v0.1.0 | |
| - run: fd --glob --hidden '*.toml' -X taplo fmt --check |