aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
blob: 4d49c46cde525308e8b8171163b9cbb62812429d (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 '\033[?7l\033[?25l')
        echo "a${var}b"