Skip to content

Commit

Permalink
Merge branch 'add_type_hints' of https://github.com/Sigma-Labs-XYZ/Sh…
Browse files Browse the repository at this point in the history
…inyNewProject into add_type_hints
  • Loading branch information
ChrisOwen101 committed Oct 10, 2024
2 parents 4392d90 + 43133eb commit ed91c31
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
name: Print Message
name: Run Code
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
echo:
name: echo a string
run_code:
name: Runs my code
runs-on: ubuntu-latest
steps:
- name: echo
run: echo "Look! I'm a string!"
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: python longest.py

0 comments on commit ed91c31

Please sign in to comment.