Skip to content

Rename tee_* to pipe_* #4

Rename tee_* to pipe_*

Rename tee_* to pipe_* #4

Workflow file for this run

name: Lint
on:
push:
branches: ['*']
tags: ['!v*']
workflow_call: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -x