Skip to content

Update Korean translations (by 007bb) #850

Update Korean translations (by 007bb)

Update Korean translations (by 007bb) #850

Workflow file for this run

name: CI
on:
push:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: "Run Luacheck"
uses: nebularg/actions-luacheck@v1
with:
args: "--no-color -q"
annotate: warning
- name: Package
uses: BigWigsMods/packager@v2
with:
args: -zd
- name: "Archive"
uses: "actions/upload-artifact@v4"
if: success()
with:
name: Clicked
path: .release/
include-hidden-files: true