Skip to content

Bump prettier from 2.8.1 to 2.8.7 #344

Bump prettier from 2.8.1 to 2.8.7

Bump prettier from 2.8.1 to 2.8.7 #344

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: ./ # Run the local version of the action.
with:
version: 'latest'
github_token: ${{ github.token }}
- run: buf --version