Skip to content

lint github actions using zizmor #214

lint github actions using zizmor

lint github actions using zizmor #214

Workflow file for this run

name: build-prs
permissions: {}
on: pull_request
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Set up Go 1.23
uses: actions/setup-go@v5
with:
go-version: "1.23"
check-latest: true
cache: true
- name: build binary
env:
GOAMD64: v3
run: go build -ldflags="-s -w" -o bin/dataset-tweeter main.go
- name: Execute notifier
run: ./bin/dataset-tweeter