Skip to content

Merge branch 'main' of https://github.com/d-oit/gh-sub-issues #14

Merge branch 'main' of https://github.com/d-oit/gh-sub-issues

Merge branch 'main' of https://github.com/d-oit/gh-sub-issues #14

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run all tests
run: ./tests/run-all-tests.sh