Skip to content

build(deps): bump console from 0.16.1 to 0.16.2 #49

build(deps): bump console from 0.16.1 to 0.16.2

build(deps): bump console from 0.16.1 to 0.16.2 #49

Workflow file for this run

permissions:
contents: read
checks: write
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
inputs:
runner:
description: "Runner to use"
required: false
name: check
jobs:
checker:
name: Rust Checks
uses: carteramesh/ci/.github/workflows/rust-check.yml@main

Check failure on line 18 in .github/workflows/check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check.yml

Invalid workflow file

error parsing called workflow ".github/workflows/check.yml" -> "carteramesh/ci/.github/workflows/rust-check.yml@main" : failed to fetch workflow: workflow was not found.
secrets: inherit
with:
runner: ${{ inputs.runner || vars.RUNNER }}
ubuntu_packages: "libgpgme-dev"
features: '["default", "gpg"]'
toolchains: '["stable"]'
disable: "semver,doc,hack"