Skip to content

Commit

Permalink
Initial CI
Browse files Browse the repository at this point in the history
  • Loading branch information
delan committed Feb 7, 2024
1 parent 8997c2a commit 92afd2a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Sync

on:
# schedule:
# - cron: '0 13 * * *'
workflow_dispatch:

jobs:
sync:
name: Sync with mozilla-central
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- run: |
./init.sh style
git -C style remote set-url origin "$(git remote get-url origin)"
git -C style push

0 comments on commit 92afd2a

Please sign in to comment.