Skip to content

update founders

update founders #130

Workflow file for this run

name: Build and lint code
on:
pull_request:
types: [synchronize, opened]
env:
NODE_ENV: test
jobs:
build-and-lint-code:
runs-on: ubuntu-latest
steps:
- uses: Borodutch/build-and-lint-code@v1.0.3