Skip to content

fix: terminal env and apt permission in ci , fix vscode target #39

fix: terminal env and apt permission in ci , fix vscode target

fix: terminal env and apt permission in ci , fix vscode target #39

Workflow file for this run

name: ci-dotfiles
on:
push:
tags:
- "*"
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ci-dotfiles:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install deps, make & lint
env:
TERM: xterm
run: |
sudo apt update && sudo apt install -y bash git make shellcheck vim curl
make help
make dotfiles
# shellcheck ~/.bashrc
# shellcheck ~/.bash_profile