Skip to content

feat: novos termos Segurança cibernética #61

feat: novos termos Segurança cibernética

feat: novos termos Segurança cibernética #61

Workflow file for this run

name: Prettier
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4.2.2
with:
ref: ${{ github.head_ref }}
- name: Run Prettier
uses: AbdulRehman-1/pr-prettier@initial
with:
only_changed: true
prettier_options: --write **/*.{css,html,js,json,md,scss,yaml,yml}