Delete .github/workflows/main.yml

Signed-off-by: Valentin Popov <valentin@popov.link>
This commit is contained in:
2025-12-03 05:18:35 +04:00
parent fe85ed91d7
commit e14265b816

View File

@@ -1,17 +0,0 @@
name: Workflow
on: [push]
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://git.popov.link/eslint-config.git'
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}