Testing
This commit is contained in:
parent
b2f7b9d73e
commit
4391d4faf3
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@ on:
|
||||||
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
|
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
|
||||||
jobs:
|
jobs:
|
||||||
lockfile:
|
lockfile:
|
||||||
runs-on: docker
|
runs-on: forgejo
|
||||||
container:
|
container:
|
||||||
image: ubuntu:latest
|
image: actions-images/node:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
|
|
Loading…
Add table
Reference in a new issue