Skip to content

Commit 96f952d

Browse files
authored
Update Dependencies (#24)
1 parent 0fcf79d commit 96f952d

5 files changed

Lines changed: 344 additions & 312 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: "Lint"
22

33
on:
44
workflow_dispatch:
5-
pull_request:
6-
branches: [master]
75
push:
86
branches: [master]
7+
pull_request:
8+
branches: [master]
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
@@ -14,43 +14,31 @@ concurrency:
1414
jobs:
1515
lint:
1616
name: "Lint"
17-
if: ${{ !contains(github.event.head_commit.message, '#nolint') }}
1817
runs-on: ubuntu-latest
1918
timeout-minutes: 5
19+
if: ${{ !contains(github.event.head_commit.message, '#nolint') }}
2020

2121
steps:
2222
- name: "Checkout"
2323
uses: actions/checkout@v6
2424

25-
- name: "Debug CTX github"
26-
continue-on-error: true
27-
env:
28-
GITHUB_CTX: ${{ toJSON(github) }}
29-
run: echo "$GITHUB_CTX"
30-
3125
- name: "Setup Node 24"
3226
uses: actions/setup-node@v6
3327
with:
3428
node-version: 24
3529

3630
- name: "Install"
37-
run: |
38-
npm ci
39-
40-
- name: "Build"
41-
if: ${{ !cancelled() }}
42-
run: |
43-
npm run build
31+
id: install
32+
run: npm ci
4433

45-
#- name: "ESLint"
34+
#- name: "eslint"
4635
# if: ${{ !cancelled() }}
4736
# run: |
4837
# npm run lint
4938

50-
- name: "Prettier Check"
39+
- name: "prettier"
5140
if: ${{ !cancelled() }}
52-
run: |
53-
npm run prettier:check
41+
run: npm run prettier:check
5442

5543
- name: "yamllint"
5644
if: ${{ !cancelled() }}

.github/yamllint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ ignore-from-file: .gitignore
44

55
rules:
66
line-length:
7-
max: 119
7+
max: 120

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,14 @@
1515

1616
# Portainer Stack Deploy Action Docs
1717

18+
<a title="Portainer Stack Deploy Action" href="https://portainer-deploy.cssnr.com/" target="_blank">
19+
<img alt="Portainer Stack Deploy Action" align="right" width="128" height="auto" src="https://raw.githubusercontent.com/cssnr/portainer-stack-deploy-docs/master/docs/public/images/logo/logo.png"></a>
20+
1821
Documentation for the [Portainer Stack Deploy Action](https://github.com/cssnr/portainer-stack-deploy-action).
1922

20-
- https://docker-deploy.cssnr.com/
23+
- https://portainer-deploy.cssnr.com/
24+
25+
[![View Documentation](https://img.shields.io/badge/view_documentation-blue?style=for-the-badge&logo=googledocs&logoColor=white)](https://portainer-deploy.cssnr.com/)
2126

2227
These [docs](docs) are **written in plain text** using Markdown and built with [VitePress](https://vitepress.dev/).
2328

0 commit comments

Comments
 (0)