Skip to content

move to atomfs with fixed umount, update golang to 1.22 #1518

move to atomfs with fixed umount, update golang to 1.22

move to atomfs with fixed umount, update golang to 1.22 #1518

Workflow file for this run

# .github/workflows/dco.yml
name: DCO
on:
pull_request:
branches:
- main
permissions: read-all
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.x
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Check DCO
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip3 install -U dco-check
dco-check