Skip to content

Version 0.1.0 (#7)

Version 0.1.0 (#7) #5

Workflow file for this run

name: Up to date
on:
push:
branches:
- 'main'
jobs:
updatePullRequests:
runs-on: ubuntu-latest
steps:
- name: Update all the PRs
uses: paritytech/up-to-date-action@main
with:
GITHUB_TOKEN: ${{ github.token }}