diff --git a/.forgejo/workflows/dco.yml b/.forgejo/workflows/dco.yml new file mode 100644 index 0000000..c239db6 --- /dev/null +++ b/.forgejo/workflows/dco.yml @@ -0,0 +1,20 @@ +on: [pull_request] + +jobs: + dco: + name: DCO + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + + - name: Setup Go + uses: actions/setup-go@v3 + with: + go-version: '1.20' + + - name: Run commit format checker + uses: https://git.frostfs.info/TrueCloudLab/dco-go@master + with: + from: 406c2324 diff --git a/anothernewfile b/anothernewfile new file mode 100644 index 0000000..bd0df07 --- /dev/null +++ b/anothernewfile @@ -0,0 +1 @@ +wawawa \ No newline at end of file diff --git a/newfile b/newfile new file mode 100644 index 0000000..9b6675f --- /dev/null +++ b/newfile @@ -0,0 +1 @@ +awawaw \ No newline at end of file