Skip to content

Commit

Permalink
add tfproviderlint to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuchard committed Nov 13, 2024
1 parent 0a52752 commit 0355f3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- run:
name: build
command: make build
- run:
name: lint
command: make lint
- run:
name: acceptance test
command: make accept
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ jobs:
run: apk add --no-cache --update build-base
- name: build
run: make build
- name: lint
run: make lint
- name: acceptance test
run: make accept || true
run: make accept

0 comments on commit 0355f3d

Please sign in to comment.