This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
add mobile navigation and others #48
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull Request | |
on: | |
pull_request: | |
jobs: | |
tikui: | |
name: Lint and test | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Setup project | |
uses: ./.github/actions/setup | |
- name: Validate project | |
uses: ./.github/actions/validate |