Skip to content

fix(ui): Add missing word in welcomeDialog #62

fix(ui): Add missing word in welcomeDialog

fix(ui): Add missing word in welcomeDialog #62

Workflow file for this run

name: Count Lines of Code
on:
- push
- pull_request
jobs:
tokei:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Count Lines of Code (tokei)
uses: DGAlexandru/tokei-action@master
- name: Upload tokei output as a build artifact
uses: actions/upload-artifact@v4
with:
name: loc.txt
path: loc.txt