Skip to content

use hyper instead of warp #6

use hyper instead of warp

use hyper instead of warp #6

Workflow file for this run

---
name: Validate Pull Request
on: # yamllint disable-line rule:truthy
pull_request:
branches: [main]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: shellcheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -x
with:
ignore_names: .zshrc .zprofile