Skip to content

chore(git): update dep for action #73

chore(git): update dep for action

chore(git): update dep for action #73

Workflow file for this run

on: [push]
jobs:
integrity-checks:
runs-on: ubuntu-20.04
steps:
# This step checks out a copy of your repository.
- name: Checkout
uses: actions/checkout@v2
- name: ShellCheck BASH
uses: ./.github/actions/shellcheck
with:
which-shell: bash
- name: Test BASH
uses: ./.github/actions/test
with:
which-shell: bash
crucible_location: ${{ github.ref_name }}
- name: shfmt BASH
uses: ./.github/actions/shfmt
with:
which-shell: bash