Skip to content

Commit

Permalink
Merge pull request #1 from yanthomasdev/first-release
Browse files Browse the repository at this point in the history
Release first version
  • Loading branch information
yanthomasdev committed Apr 9, 2024
2 parents 196d323 + a27a8bd commit 30afb95
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# dependencies
node_modules/

# build output
dist/

# logs
npm-debug.log*
yarn-debug.log*
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This action for [Lunaria](https://lunaria.dev/) comments on pull requests with an overview of how the changes made will affect the localization status generated by Lunaria, including insights on possible issues and how Lunaria works.

For a detailed set up guide, please read the complete guide on the [Lunaria GitHub Action docs](https://lunaria.dev/tools/github-action/).

## Prerequisites

- **Node.js** - `v20.0.0` or higher.
Expand Down Expand Up @@ -55,12 +57,12 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm" # or "npm" or "yarn"
cache: 'pnpm' # or "npm" or "yarn"

- run: pnpm install # or npm install or yarn install

- name: Generate Lunaria Overview
uses: ./
uses: yanthomasdev/lunaria-action@main
# Uncomment this if using a private repository
# with:
# token: ${{ secrets.PAT }}
Expand Down
Loading

0 comments on commit 30afb95

Please sign in to comment.