update files of remote tegonal-scripts to version v4.1.0 via gt #94
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
# | |
# __ __ | |
# / /____ ___ ____ ___ ___ _/ / This file is provided to you by https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB | |
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / Copyright YEAR ORG_NAME <ORG_EMAIL> | |
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under LICENSE_FULL_NAME | |
# /___/ Please report bugs and contribute back your improvements | |
# | |
# Version: v0.1.0-SNAPSHOT | |
################################### | |
name: Quality Assurance | |
on: [ push, pull_request ] | |
jobs: | |
before_pr: | |
name: before-pr.sh | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: install shellcheck | |
run: ./lib/tegonal-scripts/src/ci/install-shellcheck.sh | |
- name: before-pr.sh | |
run: ./scripts/before-pr.sh |