mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 01:27:56 +00:00
99e4ee3ab8
- Renamed all subxt crates to pezkuwi-subxt - Updated internal references - Configured for Pezkuwi ecosystem
15 lines
293 B
YAML
15 lines
293 B
YAML
name: Dependabot
|
|
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- '.github/dependabot.yml'
|
|
- '.github/workflows/validate-dependabot.yml'
|
|
jobs:
|
|
validate:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v6
|
|
- uses: marocchino/validate-dependabot@v3
|
|
id: validate
|