removed redundant wrapping functions, cleaned up, incorporated comments #85
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: bricktools-check | |
on: [push, workflow_dispatch] | |
jobs: | |
bricktools-check: | |
runs-on: ubuntu-latest | |
env: | |
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | |
steps: | |
- name: bricktools check | |
uses: biobricks-ai/github-actions/bricktools-check@main |