Browse Source

Correct lint action syntax

Jim Madge 3 years ago
parent
commit
a6eca96dd1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/lint.yaml

+ 1 - 1
.github/workflows/lint.yaml

@@ -54,7 +54,7 @@ jobs:
         uses: actions/checkout@v2
 
       - name: Setup Python
-        users: actions/setup-python@v2
+        uses: actions/setup-python@v2
         with:
           python-version: '3.10'