Skip to content

Bump docker/login-action from 2.2.0 to 3.0.0 #97

Bump docker/login-action from 2.2.0 to 3.0.0

Bump docker/login-action from 2.2.0 to 3.0.0 #97

Workflow file for this run

---
name: misspell
on:
- pull_request
jobs:
misspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.github_token }}
locale: "US"