Remove alt prop on Logo.tsx and add aria-label on <a/> #1457
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This name is shown in status badges | |
name: code-formatting | |
on: | |
push: | |
branches-ignore: | |
- 'tmp**' | |
pull_request: | |
branches-ignore: | |
- 'tmp**' | |
jobs: | |
editorconfig: | |
name: Check EditorConfig compliance | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v3 | |
- name: Set up editorconfig-checker | |
uses: editorconfig-checker/action-editorconfig-checker@v2 | |
- name: Check code formatting | |
run: editorconfig-checker |