Skip to content

Commit 18fe519

Browse files
committed
feat: Remove neovim file formatting; clean up gold workflow
1 parent 88e174f commit 18fe519

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/gold.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ on:
2020
- main
2121
paths:
2222
- Dockerfile
23-
- config/.iex.exs
2423
- provision/gold/**
2524

2625
concurrency:

Dockerfile.dev

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ RUN ln -snf "/usr/share/zoneinfo/${TZ}" /etc/localtime && echo "${TZ}" > /etc/ti
6868
&& eval "$(pkgx integrate)" \
6969
&& /tmp/scripts/configure_locale.sh \
7070
&& /tmp/scripts/configure_ohmyzsh.sh \
71-
&& find "${NEOVIM_ROOT}" -name "*.vim" -print0 | xargs -0 dos2unix \
7271
&& tar -C / -Jxpf /tmp/s6-overlay-noarch.tar.xz \
7372
&& tar -C / -Jxpf /tmp/s6-overlay-x86_64.tar.xz \
7473
&& tar -C / -Jxpf /tmp/s6-overlay-symlinks-noarch.tar.xz \

0 commit comments

Comments
 (0)