ci(workspace): migrate github configs to forgejo
This commit is contained in:
parent
cae434d227
commit
205f9cd0f7
|
|
@ -69,7 +69,7 @@ jobs:
|
||||||
args: --check assets/scripts/ mods/
|
args: --check assets/scripts/ mods/
|
||||||
|
|
||||||
- name: Run Selene
|
- name: Run Selene
|
||||||
run: ./.github/scripts/run-selene.sh
|
run: ./.forgejo/scripts/run-selene.sh
|
||||||
|
|
||||||
lfs-guard:
|
lfs-guard:
|
||||||
name: LFS Pointer Guard
|
name: LFS Pointer Guard
|
||||||
|
|
@ -81,4 +81,4 @@ jobs:
|
||||||
lfs: false
|
lfs: false
|
||||||
|
|
||||||
- name: Verify LFS-tracked files are stored as pointers
|
- name: Verify LFS-tracked files are stored as pointers
|
||||||
run: ./.github/scripts/check-lfs-pointers.sh
|
run: ./.forgejo/scripts/check-lfs-pointers.sh
|
||||||
|
|
@ -32,5 +32,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
script: |
|
script: |
|
||||||
const claCheck = require('${{ github.workspace }}/.github/scripts/cla-check.js');
|
const claCheck = require('${{ github.workspace }}/.forgejo/scripts/cla-check.js');
|
||||||
await claCheck({ github, context, core });
|
await claCheck({ github, context, core });
|
||||||
Loading…
Reference in a new issue