Added logins again
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml
new file mode 100644
index 0000000..792ca65
--- /dev/null
+++ b/.github/workflows/linters.yml
@@ -0,0 +1,14 @@
+name: linters
+on:
+  pull_request: {}
+  push:
+    branches:
+    - main
+
+jobs:
+  verify-github-workflows:
+    runs-on: ubuntu-latest
+    steps:
+    - uses: actions/checkout@v3.0.2
+    - run: ./hack/generate-github-workflows
+    - run: git diff --exit-code