All Projects → ts-graphviz → setup-graphviz

ts-graphviz / setup-graphviz

Licence: MIT License
▶️ GitHub Action to set up Graphviz cross-platform(Linux, macOS, Windows).

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to setup-graphviz

sentry
GitHub Actions for interacting with Sentry.io
Stars: ✭ 14 (-30%)
Mutual labels:  github-actions
CIAnalyzer
A tool collecting multi CI services build data and export it for creating self-hosting build dashboard.
Stars: ✭ 52 (+160%)
Mutual labels:  github-actions
php-skeleton
A skeleton to start new high-quality PHP projects without worrying about bootstrapping everything from scratch.
Stars: ✭ 23 (+15%)
Mutual labels:  github-actions
jcefbuild
Binary builds of java-cef
Stars: ✭ 160 (+700%)
Mutual labels:  github-actions
craftql
A CLI tool to visualize GraphQL schemas and to output a graph data structure as a graphviz .dot format
Stars: ✭ 75 (+275%)
Mutual labels:  graphviz
vacation-mode-action
Limit interactions to your repository while on vacation using GitHub Actions
Stars: ✭ 73 (+265%)
Mutual labels:  github-actions
commit-comment
A GitHub action to create a comment for a commit on GitHub
Stars: ✭ 62 (+210%)
Mutual labels:  github-actions
intellij-platform-plugin-verifier-action
GitHub Action for executing the intellij-plugin-verifier
Stars: ✭ 20 (+0%)
Mutual labels:  github-actions
cfn-lint-action
GitHub Action for interacting with CloudFormation Linter
Stars: ✭ 41 (+105%)
Mutual labels:  github-actions
bridgecrew-action
This Github Action runs Bridgecrew against an Infrastructure-as-Code repository. Bridgecrew performs static security analysis of Terraform & CloudFormation Infrastructure code.
Stars: ✭ 52 (+160%)
Mutual labels:  github-actions
latex-action
GitHub Action to compile LaTeX documents
Stars: ✭ 123 (+515%)
Mutual labels:  github-actions
actions-setup-perl
Setup Perl environment Action
Stars: ✭ 51 (+155%)
Mutual labels:  github-actions
action-sync-node-meta
GitHub Action that syncs package.json with the repository metadata.
Stars: ✭ 25 (+25%)
Mutual labels:  github-actions
qodana-action
⚙️ Scan your Java, Kotlin, PHP, Python, JavaScript, TypeScript projects at GitHub with Qodana
Stars: ✭ 112 (+460%)
Mutual labels:  github-actions
awesome-address-book
This project shows a basic address book built with ReactJS, Redux Toolkit and Typescript 📖
Stars: ✭ 20 (+0%)
Mutual labels:  github-actions
redis-github-action
Use Redis in GitHub Actions
Stars: ✭ 56 (+180%)
Mutual labels:  github-actions
invalidate-cloudfront-action
Invalidate AWS CloudFront distribution paths
Stars: ✭ 84 (+320%)
Mutual labels:  github-actions
demo-ci
Aula prática sobre servidores de Integração Contínua
Stars: ✭ 15 (-25%)
Mutual labels:  github-actions
ci-notice
😱 Notify you when CI fails.
Stars: ✭ 25 (+25%)
Mutual labels:  github-actions
sentry-release
GitHub Action for publishing a new release to Sentry.io
Stars: ✭ 13 (-35%)
Mutual labels:  github-actions

ts-graphviz/setup-graphviz action

All Contributors

GitHub Action to set up Graphviz cross-platform(Linux, macOS, Windows).

Example usage

name: Graphviz CI
on: [push]
jobs:
  test:
    name: Test on node ${{ matrix.node-version }} and ${{ matrix.os }}
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        os: [ubuntu-latest, windows-latest, macos-latest]
    steps:
    - uses: actions/checkout@v1
    - name: Setup Graphviz
      uses: ts-graphviz/setup-graphviz@v1
    ...
    # In the steps below this you can use Graphviz dot command.

See Also

Graphviz-dot Test and Integration

Contributing

For more info on how to contribute to setup-graphviz, see the CONTRIBUTING.

Contributors

Thanks goes to these wonderful people (emoji key):


Yuki Yamazaki

💻 ⚠️ 📖 💡

Mohammad Hussein Tavakoli Bina

🤔

This project follows the all-contributors specification. Contributions of any kind welcome!

License

This software is released under the MIT License, see LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].