test(test.sh): use 0x0.st instead of transfer.sh #35
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: Shellcheck | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: run shellcheck in docker | |
run: | | |
docker run --volume $(pwd):/mnt actionless/pikaur /mnt/test/shellcheck.sh |