Skip to content

Update tools versions (#32) #79

Update tools versions (#32)

Update tools versions (#32) #79

Workflow file for this run

name: push
on:
push:
branches: ["*"]
env:
TERM: xterm-color
jobs:
push:
name: Push Workflow
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
with:
fetch-depth: 1
- name: Build Toolbox image
run: make build
- name: Lint shell files
run: make shell-lint
- name: Draft release
if: github.ref == 'refs/heads/master'
uses: release-drafter/[email protected]
with:
config-name: release-config.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}