Skip to content

build: run lint commands without file args in pre-push #1022

build: run lint commands without file args in pre-push

build: run lint commands without file args in pre-push #1022

Workflow file for this run

# NOTE should be removed from your app, just for the app template
name: Repository Metadata Sync
on:
push:
branches: [main, master]
jobs:
repo_sync:
runs-on: ubuntu-latest
steps:
- name: Fetching Local Repository
uses: actions/checkout@v6
- name: Repository Metadata Sync
uses: iloveitaly/github-actions-metadata-sync@v1
with:
TOKEN: ${{ secrets.GH_PERSONAL_TOKEN }}