Skip to content

Commit

Permalink
feat: rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
vidhanio committed Dec 11, 2023
1 parent 5f726bb commit 8c5e3a1
Show file tree
Hide file tree
Showing 79 changed files with 1,351 additions and 1,172 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ jobs:
- name: Cache dependencies
uses: Swatinem/rust-cache@v2

- name: Install `tailwindcss`
- name: Install `typst`
run: >
curl
-L https://github.com/tailwindlabs/tailwindcss/releases/latest/download/tailwindcss-linux-x64
-o /usr/local/bin/tailwindcss
&& chmod +x /usr/local/bin/tailwindcss
curl -L https://github.com/typst/typst/releases/latest/download/typst-x86_64-unknown-linux-musl.tar.xz
| tar -xJf -
&& mv typst-x86_64-unknown-linux-musl/typst /usr/local/bin/typst
- name: Execute tests
uses: actions-rs/cargo@v1
Expand All @@ -54,12 +53,11 @@ jobs:
- name: Cache dependencies
uses: Swatinem/rust-cache@v2

- name: Install `tailwindcss`
- name: Install `typst`
run: >
curl
-L https://github.com/tailwindlabs/tailwindcss/releases/latest/download/tailwindcss-linux-x64
-o /usr/local/bin/tailwindcss
&& chmod +x /usr/local/bin/tailwindcss
curl -L https://github.com/typst/typst/releases/latest/download/typst-x86_64-unknown-linux-musl.tar.xz
| tar -xJf -
&& mv typst-x86_64-unknown-linux-musl/typst /usr/local/bin/typst
- name: Install `clippy`
run: rustup component add clippy
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
.LSOverride

# Icon must end with two \r
Icon
Icon

# Thumbnails
._*
Expand Down Expand Up @@ -75,4 +75,4 @@ Cargo.lock
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,rust,macos,dotenv

# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)

/content/resume/resume.pdf
Loading

0 comments on commit 8c5e3a1

Please sign in to comment.