fix: fix LUT input pin orderings to be MSB to LSB in comb truth table… #46
This file contains 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: Update TODO backlinks | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
build-and-test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # pin@v3 | |
- name: todo-backlinks | |
uses: j2kun/todo-backlinks@cb650ff669455d273f408df50f57e7b911ee3640 # [email protected] | |
env: | |
GITHUB_TOKEN: ${{ github.token }} | |
GITHUB_BASE_REF: main |