Skip to content

fix(.editorconfig): remove setting end_of_line and make Git track EOL… #1757

fix(.editorconfig): remove setting end_of_line and make Git track EOL…

fix(.editorconfig): remove setting end_of_line and make Git track EOL… #1757

Workflow file for this run

name: Shell
on:
push:
branches: [ main ]
pull_request:
permissions:
contents: read
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master