Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Dec 1, 2023
1 parent 962456e commit 73646cd
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ jobs:

- name: Install requirements
run: |
pip install --upgrade pip setuptools wheel
pip install -r dev-requirements.txt
pip install packaging
- name: Prepare environment
run: |
Expand Down
Empty file removed .styluaignore
Empty file.
2 changes: 0 additions & 2 deletions dev-requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion test/obsidian/async_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ end)

describe("File.lines()", function()
it("should correctly read all lines from a file", function()
local path = "RELEASE_PROCESS.md"
local path = ".github/RELEASE_PROCESS.md"
local actual_lines = {}
with(open(path), function(reader)
for line in reader:lines() do
Expand Down

0 comments on commit 73646cd

Please sign in to comment.