Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

update Getting started subsections #145

update Getting started subsections

update Getting started subsections #145

Workflow file for this run

name: Auto-formatting HCL files
on:
push:
jobs:
auto_formatting:
name: Auto-formatting
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Auto-formatting HCL files
uses: MGTheTrain/public-github-actions/.github/actions/auto-formatting-for-hcl@main
with:
WORKING_DIRECTORY: ./
GH_TOKEN: ${{ inputs.GH_TOKEN }}