Skip to content

fix: disable ssh insteadof https by default #19

fix: disable ssh insteadof https by default

fix: disable ssh insteadof https by default #19

Workflow file for this run

name: ci-dotfiles
# Doc: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
on:
push:
tags:
- "*"
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
ci-dotfiles:
runs-on: ubuntu-latest
steps:
# Doc: https://github.com/marketplace/actions/checkout
- uses: actions/checkout@v3
- name: Install deps, make & lint
run: |
apt update && apt install -y bash git make shellcheck vim
make dotfiles vim
shellcheck ~/.bashrc
shellcheck ~/.bash_profile