Skip to content

Commit

Permalink
Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmod committed Aug 21, 2023
1 parent 764537b commit 453b14d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 73 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Test Extenision Manifest V2

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
test-mv2:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install asdf & tools
uses: asdf-vm/actions/install@v2
- name: Bootstrap
run: ./bootstrap.sh
73 changes: 0 additions & 73 deletions azure-pipelines.yml

This file was deleted.

0 comments on commit 453b14d

Please sign in to comment.