👷 Move workflows
This commit is contained in:
parent
e60fd45214
commit
6e8480cd1c
3 changed files with 4 additions and 22 deletions
|
@ -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
|
|
@ -8,7 +8,7 @@ on:
|
|||
- "**.md"
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install dependencies
|
16
.github/dependabot.yml
vendored
16
.github/dependabot.yml
vendored
|
@ -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
|
Loading…
Add table
Reference in a new issue