This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
Update dependency hashicorp/terraform to v1.7.3 #631
Workflow file for this run
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: Lint - Common | |
on: | |
push: | |
branches: [main] | |
paths-ignore: | |
- 'LICENSE' | |
- '.vscode' | |
pull_request: | |
paths-ignore: | |
- 'LICENSE' | |
- '.vscode' | |
jobs: | |
dprint: | |
timeout-minutes: 5 | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: dprint/[email protected] | |
with: | |
dprint-version: '0.43.0' # selfup { "regex": "\\d[^']+", "script": "dprint --version | cut -d ' ' -f 2" } | |
typos: | |
timeout-minutes: 5 | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
# Accepts to be different with nixpkgs, use latest by renovatebot | |
- uses: crate-ci/[email protected] | |
with: | |
files: | | |
. | |
.github | |
.vscode |