Skip to content

Commit

Permalink
apps(blog): remove setup-emacs in favor of baked in emacs in ci image
Browse files Browse the repository at this point in the history
  • Loading branch information
augustfengd committed Nov 30, 2023
1 parent dee42a3 commit 295b01a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/apps.blog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
uses: actions/checkout@v3
- name: install just
uses: extractions/setup-just@v1
- name: install emacs
uses: purcell/setup-emacs@master
- name: just lint
run: just lint
working-directory: apps/blog
Expand Down
1 change: 0 additions & 1 deletion apps/blog/pipeline.cue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ workflows: "apps.blog.yaml": {
steps: [
#actions.checkoutCode,
#actions.just.install,
#actions.emacs.install,
#actions.just.run & {
#recipe: "lint"
"working-directory": "apps/blog"
Expand Down

0 comments on commit 295b01a

Please sign in to comment.