Update dependency dagger/dagger to v0.14.0 #265
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: Linting | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
jobs: | |
dagger: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone repository | |
uses: actions/checkout@v3 | |
- name: Run lints | |
# See all options at https://github.com/dagger/dagger-for-github | |
uses: dagger/dagger-for-github@v3 | |
with: | |
# renovate: datasource=github-releases depName=dagger/dagger versioning=semver-coerced | |
version: 0.14.0 | |
cmds: do lint |