mirror of
https://github.com/xxh/xxh
synced 2024-11-15 08:37:11 +00:00
17 lines
No EOL
320 B
YAML
17 lines
No EOL
320 B
YAML
name: Test xxh after push
|
|
|
|
on: push
|
|
|
|
jobs:
|
|
deploy:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Set up Python
|
|
uses: actions/setup-python@v2
|
|
with:
|
|
python-version: '3.8'
|
|
- name: Install xxh
|
|
run: pip install .
|
|
- name: Run xxh
|
|
run: xxh --version |