build(deps-dev): bump flatted from 3.2.7 to 3.4.2 in /.github/actions/setup-infra #1930
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: ci | |
| on: | |
| pull_request: | |
| # Dummy test job to pass required status checks. Any component | |
| # implementing or requiring real tests should filter out this workflow. | |
| paths-ignore: | |
| - go.mod | |
| - go.sum | |
| - '**/*.go' | |
| - 'ui/**' | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - run: echo No test required for this change. |