diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 52022db..afe390f 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -1,4 +1,5 @@ -# This workflow executes several linters on changed files based on languages used in your code base whenever +# This workflow executes several linters on changed files based on languages +# used in your code base whenever # you push a code or open a pull request. # # You can adjust the behavior by modifying this file. @@ -11,7 +12,7 @@ on: branches: - "**" pull_request: - branches: [ "main" ] + branches: ["main"] jobs: run-lint: runs-on: ubuntu-latest @@ -19,7 +20,6 @@ jobs: - name: Checkout code uses: actions/checkout@v3 with: - # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 - name: Lint Code Base diff --git a/src/styles/global.css b/src/styles/global.css index 0f9d940..9b2df47 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -177,8 +177,8 @@ hr { /* modern browsers, clip-path works inwards from each corner */ clip-path: inset(50%); - /* added line to stop words getting smushed together (as they go onto seperate lines - and some screen readers do not understand line feeds as a space + /* added line to stop words getting smushed together (as they go onto seperate lines + and some screen readers do not understand line feeds as a space */ white-space: nowrap; }