Skip to content

deps(deps): bump toml from 1.0.7+spec-1.1.0 to 1.1.0+spec-1.1.0 #672

deps(deps): bump toml from 1.0.7+spec-1.1.0 to 1.1.0+spec-1.1.0

deps(deps): bump toml from 1.0.7+spec-1.1.0 to 1.1.0+spec-1.1.0 #672

Workflow file for this run

name: Empty checking
# Note:
# A convenient workflow for making status checks pass.
# Your GitHub repository settings require status checks to pass, but other checks may not be triggered due to the change path.
# In that case, the merge will be blocked even though the necessary checks are missing.
# If other checks fail, merging will be blocked even if this workflow succeeds.
on:
push:
pull_request:
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
permissions: {}
steps:
- name: Exit successfully
run: exit 0