Skip to content

Create a test PR.

Create a test PR. #3

Workflow file for this run

name: global checks
on: pull_request
jobs:
hello:
runs-on: ubuntu-latest
steps:
- run: |
echo "hello world!"
set
python -c "import sys; print(sys.version)"