Explorar o código

Correct lint action syntax

Jim Madge %!s(int64=3) %!d(string=hai) anos
pai
achega
a6eca96dd1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'