Skip to content

ci: golangci-lint.ymlに合わせて改名 #8

ci: golangci-lint.ymlに合わせて改名

ci: golangci-lint.ymlに合わせて改名 #8

Workflow file for this run

name: nodejsci
on:
push:
branches:
- "ci/**"
- develop
- main
paths:
- .github/workflows/nodejsci.yml
- "typing-app/**"
pull_request:
branches:
- develop
- main
paths:
- .github/workflows/nodejsci.yml
- "typing-app/**"
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
defaults:
run:
working-directory: typing-app
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: .github/actions/prepare-nodemodules
with:
root: ${{ github.workspace }}/typing-app
- name: Try to build
run: npm run build