Skip to content

Instantly share code, notes, and snippets.

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.1
hooks:
@FrancisZhuang
FrancisZhuang / sample.yml
Created April 15, 2024 21:25
Sample workflow
name: sample
on:
push:
branches:
- '**'
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps: