Skip to content

feat: impl lang-code #20

feat: impl lang-code

feat: impl lang-code #20

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
paths-ignore:
- '.github/workflows/publish.yml'
- '.github/workflows/release.yml'
- '**README.md'
- '.vscode/**'
- '.gitignore'
- 'LICENSE'
merge_group:
jobs:
tests-package:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Rust tooling
uses: dtolnay/rust-toolchain@stable
- name: Cache rust
uses: Swatinem/rust-cache@v2
- name: Test Rust
run: cargo test