Skip to content

fix wildcard matching #10

fix wildcard matching

fix wildcard matching #10

Workflow file for this run

on:
push:
paths:
- 'content/string/**'
- 'test/string/**'
pull_request:
paths:
- 'content/string/**'
- 'test/string/**'
workflow_dispatch:
jobs:
string:
strategy:
matrix:
os: [ubuntu-latest, ubuntu-22.04]
name: Test string (${{ matrix.os }})
runs-on: ${{ matrix.os }}
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- run: ./test/test.sh string