Skip to content

chore(main): release 0.2.2 (#73) #183

chore(main): release 0.2.2 (#73)

chore(main): release 0.2.2 (#73) #183

Workflow file for this run

name: Build
on: [push]
jobs:
test:
runs-on: ubuntu-20.04
container:
image: ghcr.io/hairyhenderson/gomplate-ci-build:latest
steps:
- uses: actions/checkout@v4
- run: make test
lint:
runs-on: ubuntu-20.04
container:
image: ghcr.io/hairyhenderson/gomplate-ci-build:latest
steps:
- uses: actions/checkout@v4
- run: make ci-lint