Skip to content

build: Bump vm-memory from 0.12.0 to 0.13.1 #29

build: Bump vm-memory from 0.12.0 to 0.13.1

build: Bump vm-memory from 0.12.0 to 0.13.1 #29

Workflow file for this run

name: DCO
on:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.x
uses: actions/setup-python@v1
with:
python-version: '3.x'
- name: Check DCO
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip3 install -U dco-check
dco-check -e "49699333+dependabot[bot]@users.noreply.github.com"