Skip to content

chore(deps): bump lukemathwalker/cargo-chef from latest-rust-1.78.0-buster to latest-rust-1.79.0-buster #3456

chore(deps): bump lukemathwalker/cargo-chef from latest-rust-1.78.0-buster to latest-rust-1.79.0-buster

chore(deps): bump lukemathwalker/cargo-chef from latest-rust-1.78.0-buster to latest-rust-1.79.0-buster #3456

Workflow file for this run

name: Shellcheck
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run shellcheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: "-e SC2148"