Files
pfetch/.github/workflows/main.yml
Workflow config file is invalid. Please check your config file: yaml: control characters are not allowed
2019-10-01 01:05:17 +03:00

14 lines
258 B
YAML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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"