Skip to content

Commit

Permalink
Merge pull request #8 from Flanker-shyam/workflow
Browse files Browse the repository at this point in the history
Workflow
  • Loading branch information
Flanker-shyam authored Jan 30, 2024
2 parents ab4d48a + e824da4 commit 7d82375
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows → .github/workflows/first-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: first workflow
on: [push]
jobs:
check-python-version
runs-on: ubuntu-latest
check-python-version:
runs-on: ubuntu-20.04
steps:
- name: use latest commit
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: use particular python version
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python: 3.6.9
python-version: 3.6

- name: Check version
run: python --version

0 comments on commit 7d82375

Please sign in to comment.