Skip to content

Commit

Permalink
Setup DirectorySync
Browse files Browse the repository at this point in the history
  • Loading branch information
onairmarc committed Apr 10, 2024
1 parent 42c6fe2 commit 9c11d2f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/directory-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: DirectorySync

on:
push:
branches:
- main
workflow_dispatch:

jobs:
DirectorySync:
uses: EncoreDigitalGroup/.github/.github/workflows/directory-sync.yml@main
with:
source: 'guides/'
targetRepo: 'encoredigitalgroup/internal-kb'
targetDirectory: 'style-guide'
commitMessage: '[Automated] DirectorySync'
secrets:
token: ${{ secrets.GH_GENERAL_ACCESS_TOKEN }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
If you've arrived here, you're probably thinking, "Great, yet another company is putting out yet another style guide on how they think code should be organized." While that's partially true, this style guide really serves as a set of guidelines aiming toward keeping code styles as consistent as possible.

### Common Style Guides

[Common Language Style Guide](/guides/common.md)

### Language-Specific Style Guides

[PHP Style Guide](/guides/lang/php.md)

<br /><br /><br /><br />
Expand Down
1 change: 0 additions & 1 deletion img/.gitkeep

This file was deleted.

0 comments on commit 9c11d2f

Please sign in to comment.