Skip to content

Reorganize tests for quotes in parameter expansion #294

Reorganize tests for quotes in parameter expansion

Reorganize tests for quotes in parameter expansion #294

Workflow file for this run

name: C CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: Kesin11/actions-timeline@v2
- uses: actions/checkout@v4
- name: preparation
run: |
sudo apt-get update
sudo apt-get install asciidoc gettext libncurses-dev
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck