Skip to content

Replace eject with flattool bleat for April 1st #59

Replace eject with flattool bleat for April 1st

Replace eject with flattool bleat for April 1st #59

Workflow file for this run

on: [push, pull_request]
jobs:
shellcheck:
name: shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run shellcheck
env:
SHOW_ERRORS: true
SHOW_SKIPPED: true
run: bash <(curl -s https://raw.githubusercontent.com/CICDToolbox/shellcheck/master/pipeline.sh)