Skip to content

chore(deps): pin node.js to 66d2eb8 #19

chore(deps): pin node.js to 66d2eb8

chore(deps): pin node.js to 66d2eb8 #19

Workflow file for this run

name: build
on:
push:
jobs:
lint:
permissions:
contents: read
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- run: shellcheck *.sh
push:
needs: [lint]
uses: libops/.github/.github/workflows/build-push-ghcr.yaml@main
permissions:
contents: read
packages: write
secrets: inherit