diff options
Diffstat (limited to '.github/workflows/lint.yml')
| -rw-r--r-- | .github/workflows/lint.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3e89c0328..6c08915c4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check Out - uses: actions/[email protected] + uses: actions/[email protected] - name: Install run: wget -O - -q https://git.io/misspell | sh -s -- -b . - name: Misspell @@ -17,7 +17,7 @@ jobs: name: Run pre-commit runs-on: ubuntu-latest steps: - - uses: actions/[email protected] + - uses: actions/[email protected] - name: Check merge conflict run: | python -m pip install --upgrade pip |
