Skip to content

Add CI.

Add CI. #7

Workflow file for this run

name: Main branch
on:
push:
branches:
- "main"
pull_request:
branches:
- "*"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
contents: read
jobs:
test:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Run tests
uses: bonfire-networks/bonfire-extension-ci-action@latest