mirror of
https://github.com/NuschtOS/search.git
synced 2024-11-24 04:19:07 +01:00
19 lines
341 B
YAML
19 lines
341 B
YAML
name: Post compare link when flake.lock changes
|
|
|
|
permissions:
|
|
issues: write
|
|
pull-requests: write
|
|
|
|
on:
|
|
pull_request:
|
|
paths: ['flake.lock']
|
|
|
|
jobs:
|
|
post-compare-link:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
with:
|
|
fetch-depth: 0
|
|
- uses: NuschtOS/flake-lock-compare-action@main
|