Skip to content

feat: adds the initial README, trunk, GHA, and general repo setup #1

feat: adds the initial README, trunk, GHA, and general repo setup

feat: adds the initial README, trunk, GHA, and general repo setup #1

Workflow file for this run

name: Lint
on: pull_request
permissions: read-all
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Trunk Check
uses: trunk-io/trunk-action@v1.1.2