Skip to content

Merge pull request #460 from hyphacoop/feature/do-cname #3291

Merge pull request #460 from hyphacoop/feature/do-cname

Merge pull request #460 from hyphacoop/feature/do-cname #3291

Workflow file for this run

---
name: Lint
on:
push
jobs:
build:
runs-on: ubuntu-22.04
steps:
# Get system info
- run: ifconfig
- run: sudo dmidecode
- run: df -h
- run: free -m
- run: echo "GitHub branch is ${{ github.ref }}"
# Checks-out your repository under $GITHUB_WORKSPACE,
# so your workflow can access it
- name: Checkout repo
uses: actions/checkout@master
# install linting
- run: pip3 install autopep8 yamllint pylint
# run lint.sh
- run: ./lint.sh