This repository has been archived by the owner on Oct 22, 2023. It is now read-only.
Update bundle https://github.com/batect/golang-bundle.git to v0.45.0 #431
Workflow file for this run
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: Validate Batect wrapper scripts | |
on: [push, pull_request] | |
jobs: | |
validate: | |
name: "Validate wrapper scripts" | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4.1.0 | |
- name: Validate Batect wrapper scripts | |
uses: batect/batect-wrapper-validation-action@v0.4.0 |