Skip to content

Commit

Permalink
Create example.yml
Browse files Browse the repository at this point in the history
example yml file commit
  • Loading branch information
PeanutBrrutter authored May 2, 2024
1 parent 971654d commit 88af252
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Example

on: push

jobs:
example:
name: Create Ubuntu OS
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/[email protected]
with:
python-version: 3.8

0 comments on commit 88af252

Please sign in to comment.