parent
3b9a9fc3a7
commit
b52ab644eb
@ -5,6 +5,18 @@ jobs:
|
|||||||
name: Build Nix targets
|
name: Build Nix targets
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
|
- name: Create PR
|
||||||
|
uses: https://github.com/quentinlegot/gitea-create-pull-request@d1fd3e1f0c98ee7a009c035f9b7ad3f3bdc0f281
|
||||||
|
with:
|
||||||
|
remote-instance-api-version: v1
|
||||||
|
token: ${{ secrets.GIT_TOKEN_PR_WRITE }}
|
||||||
|
branch: statix-lint
|
||||||
|
delete-branch: true
|
||||||
|
title: "mreow"
|
||||||
|
commit-message: "mlem"
|
||||||
|
body: |
|
||||||
|
Automated linting performed by the [statix-action](https://github.com/jocelynthode/statix-action) GitHub Action.
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: http://github.com/cachix/install-nix-action@v18
|
- uses: http://github.com/cachix/install-nix-action@v18
|
||||||
- uses: http://github.com/cachix/cachix-action@v12
|
- uses: http://github.com/cachix/cachix-action@v12
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user