Skip to content

fix: creating code/User dir #40

fix: creating code/User dir

fix: creating code/User dir #40

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