-
- Build
- Lint
- ~~Format~~
Lintとformatは共通化してもいいかも。
node_modules的なディレクトリをyarn.lockのハッシュ値をキーにキャッシュする。
-
currently the node/js needs to be rebuilt and committed alongside any code changes
at least we should add CI that checks what is being committed has been re/built
perhaps we could use some kind …
-
`gh actionlint action.yml`
```
action.yml:1:1: "jobs" section is missing in workflow [syntax-check]
|
1 | name: 'Build Docker Image'
| ^~~~~
action.yml:2:1: unexpected key "description" fo…
-
## Issue
There isn't an easy way to distribute/use the app without a developer toolchain installed, e.g. node/npm
## Potential Solutions
Implement GH Actions to release a new build on each major …
-
Travis is going away for open-source projects, so CI will have to be migrated to GitHub actions.
-
I understand the issue with the action right now, as discussed in #11 .
Once this issue is resolved, are there any plans to support badges for GitHub actions' builds?
-
I'm hoping to be able to contain my keyboard design (ergogen/other) files and my ZMK config within the same directory in a clean way, like having a subdirectory `zmk-config` and having the github acti…
-
### What is the current behavior?
Secrets cannot be shared in Pull Requests workflows.
### Steps to reproduce the issue
Take a look of #349 (you can see in the steps the secret is empty).…
-
[zizmor](https://github.com/woodruffw/zizmor/) is a GH actions audit tool, I'm hoping it works on actual actions yml as well (and not just workflow files): this would be very useful for the tuf-on-ci …
-
#1159 shows that the workflows on github are now broken - @jonnysmillie are they needed and/or need modification? and also the netlify integration with branches may be messed up now, with name changes…