Merge branch 'master' into improve_version_syntax_parsing

This commit is contained in:
haya14busa
2020-12-13 13:59:33 +09:00
committed by GitHub
2 changed files with 18 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ on:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
@@ -46,3 +47,17 @@ jobs:
- name: Check diff
run: git diff
quoted_version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
id: depup
with:
file: testdata/testfile
version_name: POETRY_VERSION
repo: python-poetry/poetry
- name: Check diff
run: git diff