Skip to content

fix(deps): update rust crate unic-langid to 0.9.4 (#36) #100

fix(deps): update rust crate unic-langid to 0.9.4 (#36)

fix(deps): update rust crate unic-langid to 0.9.4 (#36) #100

Workflow file for this run

name: test
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Test
run: |
chmod +x .github/workflows/test.sh
./.github/workflows/test.sh
shell: bash