Skip to content

Commit

Permalink
Remove unused workflows (#22)
Browse files Browse the repository at this point in the history
* remove unused workflows

* change token for validate codeowners

* change formatting
  • Loading branch information
osterman authored Jan 19, 2024
1 parent 33b7212 commit c969fd4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 75 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/auto-context.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/auto-format.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/ci-terraform.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/validate-codeowners.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: "validate-codeowners"
name: "Validate Codeowners"
on:
pull_request_target:
workflow_dispatch:

jobs:
validate-codeowners:
lint:
runs-on: ubuntu-latest
steps:
- uses: cloudposse/github-action-validate-codeowners@main
with:
token: ${{ secrets.CODEOWNERS_VALIDATOR_TOKEN_PUBLIC }}
token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}

0 comments on commit c969fd4

Please sign in to comment.