Skip to content

Commit

Permalink
Add CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
fishinthecalculator committed Feb 25, 2024
1 parent d213686 commit 26ecc57
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Main branch

on:
push:
branches:
- "main"
- "ci"
pull_request:
branches: [ "main" ]

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

0 comments on commit 26ecc57

Please sign in to comment.