Skip to content

{lib,arch,plat}: Redo syscall ctx's and swapgs logic #621

{lib,arch,plat}: Redo syscall ctx's and swapgs logic

{lib,arch,plat}: Redo syscall ctx's and swapgs logic #621

Workflow file for this run

name: checkpatch
on:
pull_request:
types: [opened, synchronize, reopened]
branches: [staging]
jobs:
checkpatch:
runs-on: ubuntu-latest
name: checkpatch
steps:
- name: Install governctl
run: |
set -xe
wget -q "https://github.com/unikraft/governance/releases/download/v${GOVERN_VERSION}/governance_${GOVERN_VERSION}_linux_amd64.deb"
sudo dpkg -i "governance_${GOVERN_VERSION}_linux_amd64.deb"
env:
GOVERN_VERSION: 0.1.9
- name: Run checkpatch through governctl
run: governctl pr check patch "unikraft/unikraft/${PR_NUMBER}"
env:
PR_NUMBER: ${{ github.event.number }}
GOVERN_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOVERN_NO_RENDER: true
GOVERN_LOG_LEVEL: warn