Skip to content

Commit

Permalink
[DEVOPS-280] Upgrade prettier action (#62)
Browse files Browse the repository at this point in the history
<details open>
<summary><a href="https://amuniversal.atlassian.net/browse/DEVOPS-280"
title="DEVOPS-280" target="_blank">DEVOPS-280</a></summary>
  <br />
  <table>
    <tr>
      <th>Summary</th>
      <td>Update prettier action in Simple Lint workflow to v3</td>
    </tr>
    <tr>
      <th>Type</th>
      <td>
<img alt="Story"
src="https://amuniversal.atlassian.net/images/icons/issuetypes/story.png"
/>
        Story
      </td>
    </tr>
    <tr>
      <th>Status</th>
      <td>In Progress</td>
    </tr>
    <tr>
      <th>Points</th>
      <td>N/A</td>
    </tr>
    <tr>
      <th>Labels</th>
      <td>-</td>
    </tr>
  </table>
</details>
<!--
do not remove this marker as it will break action-jira-linter's
functionality.
  added_by_jira_lint
-->
---

<!--
We appreciate the effort for this pull request but before that please
make sure you read the contribution guidelines, then fill out the blanks
below.

Please format the PR title appropriately based on the type of change:
  [<issue>]: <description>
Where <issue> is the related Jira Issue Key.
-->

## Description

- Upgrade prettier action to v3 in Simple Lint workflow

## Related Issues

<!-- List any related Jira issues here -->

- Jira Issue: DEVOPS-280
  • Loading branch information
ebronson68 authored Oct 10, 2023
1 parent 754a51c commit 6155725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/simple-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
token: ${{ secrets.PAT_ACTION_CI }}

- uses: actionsx/prettier@v2
- uses: actionsx/prettier@v3
with:
# prettier CLI arguments.
args: --write .
Expand Down

0 comments on commit 6155725

Please sign in to comment.