Skip to content

Commit

Permalink
second exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvanprakash committed Jun 7, 2024
1 parent 7919e43 commit 89388bb
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Python CI

on:
pull_request:
branches: [master]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
-
- working-directory: exercise_2
run: ""


lint:
# Complete the lint job configuration

0 comments on commit 89388bb

Please sign in to comment.