Skip to content

Commit

Permalink
added version check
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasAndradeDias committed Mar 7, 2024
1 parent 964a19d commit 3e1df0e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/actions_version_check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Run unittests

on:
push:
pull_request:

jobs:
python34:
runs-on: ubuntu-latest # Replace with desired runner
container:
image: python:3.4-alpine3.8
volumes:
- outliner_volume:/outliner
steps:
- name: go to outliner
run: cd outliner

0 comments on commit 3e1df0e

Please sign in to comment.