Skip to content

Latest commit

 

History

History
 
 

bashisms

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Shell script check action

This action runs the check for portable shell code from https://github.com/seL4/sel4_tools on pull requests.

Content

The main action happens in steps.sh, the JavaScript entry point just calls this script.

Arguments

None

Example

Put this into a .github/workflows/ yaml file, e.g. style.yml:

name: Style

on: [pull_request]

jobs:
  style:
    name: Shell
    runs-on: ubuntu-latest
    steps:
    - uses: seL4/ci-actions/bashisms@master