Skip to content

github: update workflow for new branch name #17

github: update workflow for new branch name

github: update workflow for new branch name #17

Workflow file for this run

name: build
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run shellcheck
uses: ludeeus/action-shellcheck@master
- name: Run tests
run: sudo ./tests/run