Skip to content

chore(deps): Bump serde from 1.0.205 to 1.0.214 #41

chore(deps): Bump serde from 1.0.205 to 1.0.214

chore(deps): Bump serde from 1.0.205 to 1.0.214 #41

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
types:
- "opened"
- "reopened"
- "synchronize"
branches:
- main
- develop
jobs:
clippy:
uses: jontze/.workflows/.github/workflows/rust_clippy.yaml@main
with:
toolchain: stable
lint:
name: Lint
uses: jontze/.workflows/.github/workflows/rust_lint.yaml@main
with:
toolchain: stable
build:
name: Build
uses: jontze/.workflows/.github/workflows/rust_build.yaml@main
with:
toolchain: stable