Skip to content

Commit

Permalink
Merge pull request #11 from trussworks/ren-circleci-to-gha
Browse files Browse the repository at this point in the history
remove circleci config and create validate gha
  • Loading branch information
ralren authored Sep 27, 2022
2 parents 192935e + 25d6204 commit 9f00ab7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 31 deletions.
27 changes: 0 additions & 27 deletions .circleci/config.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: validate

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
validate:
uses: trussworks/shared-actions/.github/workflows/validate.yml@main
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: check-json
Expand All @@ -11,13 +11,13 @@ repos:
- --autofix
- id: trailing-whitespace

- repo: git://github.com/igorshubovych/markdownlint-cli
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.28.1
hooks:
- id: markdownlint

- repo: git://github.com/antonbabenko/pre-commit-terraform
rev: v1.50.0
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.75.0
hooks:
- id: terraform_docs
- id: terraform_fmt

0 comments on commit 9f00ab7

Please sign in to comment.