Skip to content

chore(deps): bump rust from 1.79-slim-bullseye to 1.81-slim-bullseye in /matchbox_server #838

chore(deps): bump rust from 1.79-slim-bullseye to 1.81-slim-bullseye in /matchbox_server

chore(deps): bump rust from 1.79-slim-bullseye to 1.81-slim-bullseye in /matchbox_server #838

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: Markdown Lint
jobs:
markdownlint:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
with:
# full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: Run Markdown Lint
uses: docker://ghcr.io/github/super-linter:slim-v4
env:
MULTI_STATUS: false
VALIDATE_ALL_CODEBASE: false
VALIDATE_MARKDOWN: true
DEFAULT_BRANCH: main