aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-05-29 17:12:20 +0300
committerValentin Popov <valentin@popov.link>2024-05-29 17:12:20 +0300
commitfe85ed91d71643b1d5c1759bc89f586739aee2ad (patch)
tree85fe55321512004a69ce0227ec8746dbcbfa2d09 /.github
parent6587de6ea891d7f2ede4593b9b9fe4bdca1ac839 (diff)
downloadeslint-config-fe85ed91d71643b1d5c1759bc89f586739aee2ad.tar.xz
eslint-config-fe85ed91d71643b1d5c1759bc89f586739aee2ad.zip
Added mirrorHEADmaster
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
new file mode 100644
index 0000000..f7112b5
--- /dev/null
+++ b/.github/workflows/main.yml
@@ -0,0 +1,17 @@
+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 }}