fix: return error if both run:/uses: keys are used (#593)

fixes https://github.com/nektos/act/issues/536
This commit is contained in:
hackercat
2021-04-01 20:36:41 +02:00
committed by GitHub
parent 5752a03dcd
commit 25779af4bf
5 changed files with 55 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
name: uses-and-run-in-one-step
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Test
run: echo
uses: actions/checkout@v2