Skip to content

chore(deps): Bump toml from 0.8.12 to 0.8.13 #227

chore(deps): Bump toml from 0.8.12 to 0.8.13

chore(deps): Bump toml from 0.8.12 to 0.8.13 #227

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