Skip to content

Commit 7497f1b

Browse files
authored
Merge pull request #8 from KebanFiru/fix/pipeline
Fix formatting issues in GitHub Actions workflow by adding missing ne…
2 parents fcab794 + afd594b commit 7497f1b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
permissions:
1616
contents: read
17-
17+
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4
@@ -37,7 +37,7 @@ jobs:
3737
echo "Build step failed." >&2
3838
exit 1
3939
}
40-
40+
4141
- name: Lint
4242
run: |
4343
npm run lint --silent >/dev/null 2>&1 || {
@@ -52,4 +52,4 @@ jobs:
5252
npx --yes @vscode/vsce publish -p "$VSCE_PAT" >/dev/null 2>&1 || {
5353
echo "Publish step failed." >&2
5454
exit 1
55-
}
55+
}

0 commit comments

Comments
 (0)