Skip to content

Commit

Permalink
chore(lint): lint actions (#3394)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 committed May 31, 2022
1 parent b9e475b commit f8f20f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-docker-pair-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
container:
image: cypress/browsers:node16.13.0-chrome95-ff94
options: --user 1001

steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/fix-typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
- uses: actions/checkout@v3
with:
ref: dev
- uses: sobolevn/misspell-fixer-action@master
- uses: peter-evans/create-pull-request@v2.4.4
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: sobolevn/misspell-fixer-action@master
- uses: peter-evans/create-pull-request@v2.4.4
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f8f20f4

Please sign in to comment.