Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Aug 2, 2024
1 parent ee7f633 commit e658999
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions test-python.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Test Python

on:
push:



permissions:
contents: read # Default everything to read-only

jobs:
test-python:
runs-on: macos-14
steps:
- shell: bash
run: |
pip install pygithub
python3 -c 'import github'

0 comments on commit e658999

Please sign in to comment.