Skip to content

Set up a standard environment used by cisagov GitHub action workflows

License

Notifications You must be signed in to change notification settings

cisagov/setup-env-github-action

Repository files navigation

setup-env-github-action

GitHub Build Status

A GitHub Action to setup a common environment for our workflows.

Inputs

None

Outputs

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.

Usage

name: CI
on: [push]
jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: cisagov/setup-env-github-action@develop

Contributing

We welcome contributions! Please see CONTRIBUTING.md for details.

License

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.

About

Set up a standard environment used by cisagov GitHub action workflows

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages