Skip to content

Commit 1a8d47c

Browse files
committed
ci(bump): separate versions check from regular build
1 parent 3ca0181 commit 1a8d47c

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Pipx Check Versions
2+
3+
on:
4+
schedule:
5+
- cron: "0 0 * * 0"
6+
workflow_dispatch:
7+
8+
permissions: {}
9+
10+
jobs:
11+
check:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Check the versions
15+
shell: bash
16+
run: |
17+
docker run --pull always -t --user root "leplusorg/${GITHUB_REPOSITORY#*/docker-}:main" npm outdated --global

json/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ RUN pipx ensurepath --global \
3535
RUN npm install -g \
3636
3737
38-
39-
&& npm outdated --global
38+
4039

4140
RUN adduser \
4241
--home "${USER_HOME}" \

0 commit comments

Comments
 (0)