Skip to content

feat(docs): add browser language auto-detection for i18n redirect #56

feat(docs): add browser language auto-detection for i18n redirect

feat(docs): add browser language auto-detection for i18n redirect #56

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
permissions:
contents: read
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Build, test, and verify conformance
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
cache: true
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt
- name: Install clang-format
run: sudo apt-get install -y clang-format
- name: Lint
run: make lint
- name: Run repository baseline
run: make test