Skip to content

Merge branch 'main' of https://github.com/digitalservicebund/hack-jir… #4

Merge branch 'main' of https://github.com/digitalservicebund/hack-jir…

Merge branch 'main' of https://github.com/digitalservicebund/hack-jir… #4

Workflow file for this run

name: CI via GitHub Actions
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
my-job:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun test