Skip to content

feat: update sass

feat: update sass #26

Workflow file for this run

name: Lint
"on":
push:
branches-ignore:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
yamllint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run yamllint-github-action
uses: karancode/[email protected]
with:
yamllint_file_or_dir: .github/workflows/
yamllint_config_filepath: .github/.yamllint