mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
update badges
This commit is contained in:

committed by
Geoff Seemueller

parent
d3b11eb22f
commit
4fbf120710
32
.github/workflows/test.yml
vendored
Normal file
32
.github/workflows/test.yml
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
name: Tests
|
||||
permissions:
|
||||
pull-requests: write
|
||||
statuses: write
|
||||
checks: write
|
||||
contents: read
|
||||
actions: read
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
types: [opened, reopened, synchronize]
|
||||
merge_group: # triggers workflow for merge queue
|
||||
types: [checks_requested]
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
permissions:
|
||||
contents: read
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: latest
|
||||
|
||||
- name: Install dependencies
|
||||
run: bun install
|
||||
|
||||
- name: Test
|
||||
run: bun run test
|
Reference in New Issue
Block a user