Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
persist-credentials: false
- name: Set Node.js 24.x
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 24
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
contents: write
pull-requests: read
steps:
- uses: release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0
- uses: release-drafter/release-drafter@563bf132657a13ded0b01fcb723c5a58cdd824e2 # v7.2.1
with:
config-name: release-drafter.yaml
env:
Expand Down
12 changes: 1 addition & 11 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
---
name: Test

on:
merge_group:
branches:
- main
workflow_dispatch:
pull_request:

permissions: {}

jobs:
# unit tests
units:
Expand All @@ -19,22 +16,17 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

- name: Set Node.js 24.x
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 24
cache: npm

- name: Install Dependencies
run: npm ci

- name: Run Lint Test
run: npm run lint

- name: Run tests
run: npm test

e2e:
name: Test Updatecli Github Action
runs-on: ubuntu-latest
Expand All @@ -43,9 +35,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

- name: Install Updatecli
uses: ./

- name: Test local action without install-only
run: updatecli diff --config testdata/updatecli.d/test.yaml
6 changes: 1 addition & 5 deletions .github/workflows/typos.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
name: Spell check with typos

on:
push:
branches: ["main"]
pull_request:
branches: ["**"]

permissions: {}

jobs:
typos:
runs-on: ubuntu-latest
Expand All @@ -18,8 +15,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

- name: Run typos
uses: crate-ci/typos@cf5f1c29a8ac336af8568821ec41919923b05a83 # v1.45.1
uses: crate-ci/typos@bbaefadf97b0ec5fdc942684b647f1a6ab250274 # v1.46.0
with:
config: _typos.toml
Loading