Skip to content

start on rules_hashicorp_ext #1

start on rules_hashicorp_ext

start on rules_hashicorp_ext #1

Workflow file for this run

name: rules_hashicorp releases
on:
push:
branches:
- main
jobs:
formatting:
name: format bazel files

Check failure on line 10 in .github/workflows/releases.yaml

View workflow run for this annotation

GitHub Actions / rules_hashicorp releases

Invalid workflow file

The workflow is not valid. .github/workflows/releases.yaml (Line: 10, Col: 5): Required property is missing: runs-on
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