Skip to content

Bump gitpython from 3.1.37 to 3.1.41 in /3rd/templight/llvm/utils/git #79

Bump gitpython from 3.1.37 to 3.1.41 in /3rd/templight/llvm/utils/git

Bump gitpython from 3.1.37 to 3.1.41 in /3rd/templight/llvm/utils/git #79

Workflow file for this run

name: CI Linux
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build image
run: docker build . -f Dockerfile -t metashell:linux --build-arg J=2
- name: Run image
run: docker run -v $PWD:/tmp/devenv -t metashell:linux