Skip to content

Adding foundry compiler #14

Adding foundry compiler

Adding foundry compiler #14

Workflow file for this run

name: lint-on-pr
on:
pull_request:
branches:
- master
paths:
- vendor/**
jobs:
run-linter:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Linter
run: make lint