👷 Move workflows

This commit is contained in:
Robin van der Linde 2025-02-28 21:29:31 +01:00
parent e60fd45214
commit 6e8480cd1c
Signed by: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
3 changed files with 4 additions and 22 deletions
.forgejo/workflows
.github

View file

@ -1,4 +1,3 @@
name: Build extension
on:
push:
paths-ignore:
@ -8,17 +7,16 @@ on:
- "**.md"
jobs:
build:
runs-on: ubuntu-latest
runs-on: docker
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Instal VSCE
- name: Install VSCE
run: npm install -g vsce
- name: Build
run: vsce package -o mapcomplete.vsix
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: mapcomplete
path: mapcomplete.vsix
name: mapcomplete

View file

@ -8,7 +8,7 @@ on:
- "**.md"
jobs:
lint:
runs-on: ubuntu-latest
runs-on: docker
steps:
- uses: actions/checkout@v4
- name: Install dependencies

View file

@ -1,16 +0,0 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
commit-message:
prefix: "⬆️"
open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
commit-message:
prefix: "⬆️"
open-pull-requests-limit: 10