Skip to content

Adding library.tf to the list #262

Adding library.tf to the list

Adding library.tf to the list #262

Workflow file for this run

name: misspell
on:
push:
branches:
- master
pull_request:
types: [assigned, opened, synchronize, reopened]
jobs:
misspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: misspell
uses: reviewdog/action-misspell@v1
with:
locale: "US"