替换歪麦博客的地址 #170
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: Lint blogs metadata | |
on: | |
pull_request: | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4.1.7 | |
- name: Set up Python 3.12 | |
uses: actions/setup-python@v5.1.0 | |
with: | |
python-version: 3.12 | |
- name: linter | |
run: | | |
python linter.py |