ci: add macos_arm64, macos_x86_64 in more jobs in binary_artifact.yml #52
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Code CI vlib modules | |
on: | |
push: | |
paths: | |
- '**/cmd/tools/vdoc/theme/**' | |
pull_request: | |
paths: | |
- '**/cmd/tools/vdoc/theme/**' | |
jobs: | |
lint-module-docs: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Check Formatting | |
uses: creyD/[email protected] | |
with: | |
prettier_options: --check cmd/tools/vdoc/theme |