start on rules_hashicorp_ext #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: rules_hashicorp releases | ||
on: | ||
push: | ||
branches: | ||
- main | ||
jobs: | ||
formatting: | ||
name: format bazel files | ||
steps: | ||
- uses: actions/checkout@4 | ||
- uses: jbajic/setup-buildifier@v1 | ||
- uses: stefanzweifel/git-auto-commit-action@v5 | ||
with: | ||
commit_message: format | ||
# release: | ||
# name: release version of rules_hashicorp | ||
# steps: | ||
# - uses: actions/checkout@v4 | ||
# - name: bump version | ||
# uses: reecetech/[email protected] | ||
# id: version | ||
# with: | ||
# scheme: semver | ||
# increment: patch |