Feature add gsoc 2025 (#76) #621
This file contains hidden or 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: Test for commits | |
on: | |
push: | |
branches: [main] | |
jobs: | |
test: | |
name: Test for commits | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-node@v2 | |
with: | |
node-version: 18.x | |
cache: yarn | |
- name: Build website | |
run: | | |
yarn install --frozen-lockfile | |
yarn build |