Skip to content

Commit

Permalink
action: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
xCosmicOtter committed Oct 23, 2024
1 parent fd706f3 commit cf7dfb6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@ jobs:
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."

- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: Run Python script
run: python job.py

0 comments on commit cf7dfb6

Please sign in to comment.