Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alhassy authored Dec 22, 2024
1 parent 8a52cb8 commit a4a773b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,17 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Unit test runner
uses: emilyseville7cfg-better-emacs/[email protected]

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Set up Emacs
uses: purcell/[email protected]
with:
# The version of Emacs to install, e.g. "24.3", or "snapshot" for a recent development version.
version: 27.1 # optional
# - name: Set up Emacs
# uses: purcell/[email protected]
# with:
# # The version of Emacs to install, e.g. "24.3", or "snapshot" for a recent development version.
# version: 27.1 # optional

# Runs a single command using the runners shell
# - name: Run a one-line script
Expand Down

0 comments on commit a4a773b

Please sign in to comment.