Skip to content

Commit

Permalink
fix yamllint
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Woffenden <jacob.woffenden@digital.justice.gov.uk>
  • Loading branch information
jacobwoffenden committed Jan 29, 2024
1 parent 01cd858 commit 4d80ded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jupyter-lab-test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
tags:
- "*"

permissions: {}
permissions: {} # yamllint disable-line

jobs:
yamllint:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actionshub/markdownlint@6c82ff529253530dfbf75c37570876c52692835f # v3.1.4

Check warning on line 43 in .github/workflows/jupyter-lab-test-and-build.yml

View workflow job for this annotation

GitHub Actions / YAML Lint

43:80 [comments] too few spaces before comment

build-and-test:
if: ${{ github.base_ref != 'main' }}
if: github.ref != 'main'
name: Build and Test
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 4d80ded

Please sign in to comment.