Skip to content

Modify the logics of metadata processing to avoid passing unnecessary metadata. #674

Modify the logics of metadata processing to avoid passing unnecessary metadata.

Modify the logics of metadata processing to avoid passing unnecessary metadata. #674

Workflow file for this run

name: Style check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
style-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Ruff
uses: astral-sh/ruff-action@v3
- uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
# CLI arguments
args: --check .