aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
blob: 199ffbbdae88784b5f2da8eca77309ed779a579d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Shellcheck
on: [push]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
    - name: Run shellcheck.
      run: |
        shellcheck pfetch
        sh pfetch
        var=$(printf '[?7l[?25l')
        echo "a${var}b"