Skip to content

Bump actions/upload-artifact from 5 to 6 (#3660) #919

Bump actions/upload-artifact from 5 to 6 (#3660)

Bump actions/upload-artifact from 5 to 6 (#3660) #919

Workflow file for this run

---
name: Lint general
# yamllint disable-line rule:truthy
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
workflow_dispatch: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-markdown:
name: Lint markdown
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup bun
uses: oven-sh/setup-bun@v2
- name: Lint markdown
run: bunx markdownlint-cli .
lint-yaml:
name: Lint yaml
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup bun
uses: oven-sh/setup-bun@v2
- name: Lint YAML
run: bunx yamllint .