Update dependencies #8
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
| on: | |
| push: | |
| pull_request: | |
| workflow_dispatch: | |
| env: | |
| COMMODORE_INTERACTIVE: "--interactive=false" | |
| COMMODORE_TTY: "--tty=false" | |
| jobs: | |
| check-commands: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 | |
| - run: ./0_requirements.sh || true | |
| - run: | | |
| export SSH_AUTH_SOCK=/tmp/ssh_agent.sock | |
| touch $SSH_AUTH_SOCK | |
| touch ${HOME}/.gitconfig | |
| set -x | |
| set +e | |
| source commodore_command.sh | |
| commodore component new fortune | |
| ls -R dependencies/fortune | |
| commodore component compile dependencies/fortune | |
| ls -R dependencies/fortune |