Skip to content

Instantly share code, notes, and snippets.

View Tilation's full-sized avatar
🧱
Building something

Gaspar Tilation

🧱
Building something
  • Argentina
View GitHub Profile
@Tilation
Tilation / regex.yml
Created December 17, 2022 03:31
github action for extensive regex, without doing a git checkout
name: Regex on repo
on:
push:
jobs:
regex:
runs-on: ubuntu-latest
steps: