Skip to content

chore(ci): improve release.yml #7

chore(ci): improve release.yml

chore(ci): improve release.yml #7

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Autogen
run: ./autogen.sh
- name: Configure
run: ./configure
- name: make
run: make