Skip to content

Commit

Permalink
lint: Added and applied more linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Oct 26, 2023
1 parent 15662fc commit de6a00b
Show file tree
Hide file tree
Showing 32 changed files with 1,066 additions and 367 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body:
description: |
This should be functionality that (a) is not built into Terraform, (b) can be implemented via a Terraform
provider, and (c) can be implemented as a function in Go.
placeholder: 'I would like to see…'
value: 'I would like to see…'
placeholder: I would like to see…
value: I would like to see…
validations:
required: true
7 changes: 4 additions & 3 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# Dependency Review Action
#
# This Action will scan dependency manifest files that change as part of a Pull Request,
Expand All @@ -6,7 +7,7 @@
# PRs introducing known-vulnerable packages will be blocked from merging.
#
# Source repository: https://github.com/actions/dependency-review-action
name: 'Dependency Review'
name: Dependency Review
on: [pull_request]

permissions:
Expand All @@ -21,8 +22,8 @@ jobs:
with:
egress-policy: audit

- name: 'Checkout Repository'
- name: Checkout Repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: 'Dependency Review'
- name: Dependency Review
uses: actions/dependency-review-action@6c5ccdad469c9f8a2996bfecaec55a631a347034 # v3.1.0
Loading

0 comments on commit de6a00b

Please sign in to comment.