Aboutページを追加し、言語の壁を越える機能を紹介するセクションを実装しました。また、Globeコンポーネントを追加し、インタラクティブな地球儀を表示できるようにしました。依存関係にcobeとmotionを追加しました。 #347
Workflow file for this run
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: Adds all issues and PRs to project board backlog | |
on: | |
issues: | |
types: | |
- opened | |
pull_request: | |
types: | |
- opened | |
jobs: | |
add-to-project: | |
name: Add issue or PR to project | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
with: | |
project-url: https://github.com/users/ttizze/projects/5 | |
github-token: ${{ secrets.PROJECT_TOKEN }} |