Skip to content

[easy] Fix "tail: cannot open '2' for reading" (#81) #4

[easy] Fix "tail: cannot open '2' for reading" (#81)

[easy] Fix "tail: cannot open '2' for reading" (#81) #4

Workflow file for this run

name: CI 🤖
on:
push:
branches:
- master
jobs:
shellcheck:
name: Shellcheck 🐚
runs-on: ubuntu-latest
steps:
- name: Checkout repository 📥
uses: actions/checkout@v4
- name: Run ShellCheck ✅
uses: ludeeus/action-shellcheck@2.0.0