-
-
We need to setup github actions for integration with ploomber to have the solution running in the cloud, this should be our 'prod'. The steps how to achieve this are described in the initial readme fi…
-
Setup [Github Actions](https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-ruby) to run tests and linting, and update the repo to require passing CI to merge pull reque…
-
I work with repos where all GitHub Actions are pinned by commit hash, and passlisted in the repo settings. As of https://github.com/aquasecurity/trivy-action/pull/406, it is not possible to do this an…
smola updated
2 weeks ago
-
I tried the Testing example in the Readme, but I get: Cache is not found.
My action
```yml
name: test
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Chec…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Contributing guidelines
- [x] I've read the [contributing guidelines](https://github.com/docker/setup-buildx-action/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree
### I've found a…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
By changing:
```js
modules = ["android"];
```
to:
```js
modules = ["android", "linux"];
```
in https://github.com/bscotch/igor-setup/blob/main/src/lib/igor-setup.ts#L182
I was able to make…