Skip to content

Update module github.com/dustin/go-humanize to v1.0.1 #27

Update module github.com/dustin/go-humanize to v1.0.1

Update module github.com/dustin/go-humanize to v1.0.1 #27

Workflow file for this run

name: CI
on:
push:
branches:
- "*"
pull_request:
branches: [ main ]
types: [ opened, synchronize, reopened ]
workflow_dispatch:
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: Check out code base
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Check out code base
if: github.event_name == 'pull_request'
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: File configurations
run: |
echo '${{ secrets.BUSTER_SECRET }}' > hack/secrets.json
- name: Run demo
run: |
# always success
timeout 30 make demo || echo 'demo done'
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: starter
path: |
extensions/*
!extensions/**/secret.json
installed-extensions.png
starter