feat(sync): rm changed_files #78
This file contains hidden or 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: YAML and Actionlint | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run yamllint | |
uses: ibiqlik/action-yamllint@v3 | |
with: | |
file_or_dir: '.github/**/*.y*ml' | |
format: 'colored' | |
- name: Run actionlint | |
uses: docker://rhysd/actionlint:latest | |
with: | |
args: -color |