Skip to content

Minor mistakes in constant documentation #375

Minor mistakes in constant documentation

Minor mistakes in constant documentation #375

Workflow file for this run

name: Moves newly created issues to the vhdl-style-guide project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.3.0
with:
project-url: https://github.com/users/jeremiah-c-leary/projects/3
github-token: ${{ secrets.ADD_TO_PROJECT_WORKFLOW_PAT }}