Skip to content

Update HCF.yaml

Update HCF.yaml #22

Workflow file for this run

name: Lint
on:
push:
branches: ['*']
pull_request:
branches: ['*']
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
make lint