Skip to content

chore(deps): Bump serde from 1.0.204 to 1.0.205 #19

chore(deps): Bump serde from 1.0.204 to 1.0.205

chore(deps): Bump serde from 1.0.204 to 1.0.205 #19

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