scripts/.github/workflows/deforaos-c-ci_ubuntu-latest.yml

18 lines
243 B
YAML

name: DeforaOS C CI (ubuntu-latest)
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: tests
run: make tests