Skip to content

workflow: bump upkg #34

workflow: bump upkg

workflow: bump upkg #34

Workflow file for this run

name: Test
on:
push:
branches: [ '*' ]
tags: [ 'v*' ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -x
test:
runs-on: ubuntu-latest
steps:
- name: Setup BATS
run: |
git clone --depth 1 --branch v1.10.0 https://github.com/bats-core/bats-core.git /tmp/bats
sudo /tmp/bats/install.sh /usr/local
rm -rf /tmp/bats
- name: Checkout
uses: actions/checkout@v3
- uses: orbit-online/[email protected]
- name: Run tests
run: bats .