Skip to content

github: Run 'apt-get update' before 'apt-get install' #76

github: Run 'apt-get update' before 'apt-get install'

github: Run 'apt-get update' before 'apt-get install' #76

Workflow file for this run

on: [ pull_request ]
jobs:
checkpatch:
runs-on: ubuntu-20.04
steps:
- name: Checkout the repo
uses: actions/checkout@v1
- name: Run checkpatch review
uses: webispy/checkpatch-action@master