Skip to content

Merge pull request #109 from shenald-dev/perf-hoist-wildcard-check-73… #339

Merge pull request #109 from shenald-dev/perf-hoist-wildcard-check-73…

Merge pull request #109 from shenald-dev/perf-hoist-wildcard-check-73… #339

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install
run: pip install .
- name: Test Build
run: echo-watch --help