Skip to content

Commit

Permalink
name checkout actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Mar 8, 2020
1 parent 7c42444 commit 8636c03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-3.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('*.txt') }}-python3.6

- uses: actions/checkout@v1
name: "Checkout Code"

- id: bento
name: Bento
uses: returntocorp/bento-action@v1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/python-3.7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('*.txt') }}-python3.7

- uses: actions/checkout@v1
name: "Checkout Code"

- id: bento
name: Bento
uses: returntocorp/bento-action@v1
Expand Down

0 comments on commit 8636c03

Please sign in to comment.