From 4c2fbc6e7090e87e486181b4df07669d6fdaa4ba Mon Sep 17 00:00:00 2001 From: James Woolfenden Date: Fri, 28 Feb 2020 21:38:04 +0000 Subject: [PATCH] auto version --- .github/workflows/main.yml | 18 ++++++++++++++++++ .pre-commit-hooks.yaml | 1 + 2 files changed, 19 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..e7fbd62 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,18 @@ +--- +name: Verify and Bump +on: + push: + branches: + - master +jobs: + build: + name: versioning + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + - name: Bump version and push tag + uses: anothrNick/github-tag-action@master + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + DEFAULT_BUMP: patch + WITH_V: "true" diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index b6ad24f..6b8a782 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -18,6 +18,7 @@ always_run: false pass_filenames: false verbose: true + additional_dependencies: ['checkov'] - id: tf2docs name: tf2docs