From 30fa6b78da6c718131f0d62094114ff82f51ccd2 Mon Sep 17 00:00:00 2001 From: Stephen Niedzielski Date: Sat, 6 Jan 2024 00:34:32 -0700 Subject: [PATCH] Comment out CI builds --- .github/workflows/ci.yaml | 9 ++++++--- docs/to-do.text | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1981483..fe6cff6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ on: jobs: test: - runs-on: macos-latest + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3 @@ -27,5 +27,8 @@ jobs: run: deno fmt --check - name: UI Test run: deno task test:ui - - name: Build - run: deno task build + # to-do: fix + # `Error: R] Directory not empty (os error 39): rename '/tmp/a3748ae3' -> '/home/runner/.cache/deno/deno_esbuild/@lit/reactive-element@2.0.2/node_modules/@lit/reactive-element' [plugin deno-loader]` + # error. https://github.com/oidoid/linear-text/actions/runs/7430168447/job/20219563902 + # - name: Build + # run: deno task build diff --git a/docs/to-do.text b/docs/to-do.text index 8ef8caa..23ac40e 100644 --- a/docs/to-do.text +++ b/docs/to-do.text @@ -24,7 +24,7 @@ File Deno bugs. tools/build shebang ignored and read as JavaScript. Markdown table in readme isn't the correct width. unsaved favicon doesn't align perfectly to saved because SVG is used. Just use old png. -Fix CI. +Fix CI builds and generate a next release. I want a way to delete or add cards by clicking, including deleting groups and sub-lines. Design