Skip to content

Commit

Permalink
changes done
Browse files Browse the repository at this point in the history
  • Loading branch information
Figeral committed Apr 1, 2024
1 parent 0ac362a commit c3f67ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: greeting workflow
- name: checking out the repository
uses: actions/checkout@v3

- name: setting python environment
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name : running task

- name : running script
run: |
echo "hello world"
python3 source/index.py
File renamed without changes.
File renamed without changes.

0 comments on commit c3f67ad

Please sign in to comment.