Skip to content

feat: added GitHub.vscode-github-actions #17

feat: added GitHub.vscode-github-actions

feat: added GitHub.vscode-github-actions #17

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