summaryrefslogtreecommitdiff
path: root/.github/workflows/push.yml
AgeCommit message (Collapse)Author
2024-02-16github: Rename workflow to reflect realityRadek Simko
2023-09-29Result of tsccr-helper -log-level=info -pin-all-workflows .hashicorp-tsccr[bot]
2023-01-30Merge pull request #511 from hashicorp/ryancragun/formatSpaces-data-raceAlisdair McDiarmid
hclwrite: fix data race in formatSpaces()
2022-12-19github: Pin actions/setup-go to 6edd4406fa81c3da01a34fa6f6343087c207a568Radek Simko
2022-12-19github: Pin actions/checkout to 755da8c3cf115ac066823e79a1e1788f8940201bRadek Simko
2022-04-01use Go 1.18 in CIkmoe
2022-02-22hclwrite: fix data race in formatSpaces()Ryan Cragun
* Fix data race in `formatSpaces()` by inlining shared state. * Run tests with the race detector enabled. Signed-off-by: Ryan Cragun <me@ryan.ec>
2022-02-15build: Run per-commit checks for pull requestsMartin Atkins
2022-02-15build: Also allow explicitly running per-commit checksMartin Atkins
This allows explicitly starting the workflow using the GitHub actions UI.
2022-02-15build: Per-commit checks with GitHub ActionsMartin Atkins
We previously used CircleCI for this but we no longer have CircleCI enabled for this repository and so we've been left with no automatic checks. This is an alternative check workflow implemented with GitHub Actions. This isn't as complex/comprehensive as the CircleCI workflow that came before it, but my initial goal here is only to have some basic automatic feedback on new PRs as a starting point; we can expand this later if we want to reintroduce other features such as code coverage reports.