A GitHub Action to setup a common environment for our workflows.
None
Name | Description |
---|---|
go-version | The version (major.minor) of Go to use. |
go-critic-version | The version of go-critic to use. |
go-junit-report-version | The version of go-junit-report to use. |
goimports-version | The version of goimports to use. |
gomock-version | The version of GoMock to use. |
gosec-version | The version of gosec to use. |
packer-version | The version of Packer to use. |
python-version | The version (major.minor) of Python to use. |
shfmt-version | The version of shfmt to use. |
staticcheck-version | The version of staticcheck to use. |
terraform-version | The version of Terraform to use. |
terraform-docs-version | The version of terraform-docs to use. |
name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: cisagov/setup-env-github-action@develop
We welcome contributions! Please see CONTRIBUTING.md
for
details.
This project is in the worldwide public domain.
This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.
All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.