Skip to content

Commit 9f00ab7

Browse files
authored
Merge pull request #11 from trussworks/ren-circleci-to-gha
remove circleci config and create validate gha
2 parents 192935e + 25d6204 commit 9f00ab7

File tree

3 files changed

+17
-31
lines changed

3 files changed

+17
-31
lines changed

.circleci/config.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/validate.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: validate
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
10+
11+
jobs:
12+
validate:
13+
uses: trussworks/shared-actions/.github/workflows/validate.yml@main

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
repos:
2-
- repo: git://github.com/pre-commit/pre-commit-hooks
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
33
rev: v4.0.1
44
hooks:
55
- id: check-json
@@ -11,13 +11,13 @@ repos:
1111
- --autofix
1212
- id: trailing-whitespace
1313

14-
- repo: git://github.com/igorshubovych/markdownlint-cli
14+
- repo: https://github.com/igorshubovych/markdownlint-cli
1515
rev: v0.28.1
1616
hooks:
1717
- id: markdownlint
1818

19-
- repo: git://github.com/antonbabenko/pre-commit-terraform
20-
rev: v1.50.0
19+
- repo: https://github.com/antonbabenko/pre-commit-terraform
20+
rev: v1.75.0
2121
hooks:
2222
- id: terraform_docs
2323
- id: terraform_fmt

0 commit comments

Comments
 (0)