Skip to content

🌱 optionally add context to buildah-build #18

🌱 optionally add context to buildah-build

🌱 optionally add context to buildah-build #18

Workflow file for this run

name: PR tests
on:
pull_request:
branches: [ "main" ]
paths-ignore:
- '**.md'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- run: go install github.com/rhysd/actionlint/cmd/actionlint@latest
- run: |
GOPATH="$(go env GOPATH)"
export PATH="${PATH}:${GOPATH}/bin"
actionlint
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- run: go test ./...