Skip to content

Removed fetching from the git sync alias #900

Removed fetching from the git sync alias

Removed fetching from the git sync alias #900

Workflow file for this run

name: Bash
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run a one-line script
run: shopt -s globstar nullglob; shellcheck **/*.sh --severity error