Skip to content

fix(website): fix carousel autoplay not working #21

fix(website): fix carousel autoplay not working

fix(website): fix carousel autoplay not working #21

Workflow file for this run

name: ci
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: cargo check
run: cargo check