Skip to content

Commit

Permalink
COMMIT MESSAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
Laa7ad committed Sep 25, 2024
1 parent 7e8f777 commit db84e24
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

name: CI workflow
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
container: python:3.9-slim

0 comments on commit db84e24

Please sign in to comment.