Update lint.yml

This commit is contained in:
marios
2023-10-20 17:10:33 +03:00
committed by GitHub
parent e363c677a0
commit 2f46e0dc3e

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2 # Check out the repository first.
- uses: actions/checkout@v3 # Check out the repository first.
- name: Run prettier (JavaScript & TypeScript)
run: |
pushd frontend