Skip to content

remove security policy (use the org-wide one) #52

remove security policy (use the org-wide one)

remove security policy (use the org-wide one) #52

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: |
set -eu
curl --fail --location --no-progress-meter --output bob https://function61.com/go/turbobob-latest-stable-linux-amd64 && chmod +x bob
./bob build in-ci-autodetect-settings
env:
DOCKER_CREDS: ${{ secrets.DOCKER_CREDS }}