Skip to content

Commit

Permalink
COMMIT MESSAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
tssma committed Sep 2, 2024
1 parent 7e8f777 commit 6c549e5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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 6c549e5

Please sign in to comment.