Add missing JS change for R.includes and R.excludes methods (#801)
#115
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Repo Visuals | |
| on: | |
| workflow_dispatch: {} | |
| push: | |
| branches: | |
| - master | |
| jobs: | |
| repo-visuals: | |
| name: repo-visuals | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@master | |
| - name: Update diagram | |
| uses: githubocto/repo-visualizer@0.4.0 | |
| with: | |
| output_file: "repo-visualizer.svg" | |
| excluded_paths: ".vscode" |