Skip to content

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

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

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

Workflow file for this run

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