Skip to content

chore(deps): Bump serde from 1.0.197 to 1.0.199 #221

chore(deps): Bump serde from 1.0.197 to 1.0.199

chore(deps): Bump serde from 1.0.197 to 1.0.199 #221

Workflow file for this run

name: ci
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: -Dwarnings
jobs:
build:
name: cargo build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo build
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo test
format:
name: cargo fmt --check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo fmt --check
clippy:
name: cargo clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo clippy
pkgbuild:
name: makepkg -si
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: edlanglois/pkgbuild-action@v1