Skip to main content
Module

x/goober/.github/workflows/pr_build.yml

πŸ₯œ goober, a less than 1KB πŸŽ‰ css-in-js alternative with a familiar API
Latest
File
name: Build Check
on: [pull_request]
jobs: build: runs-on: ubuntu-latest
steps: - uses: actions/checkout@v2-beta with: fetch-depth: 1 - name: Installing packages run: | npm install npm --prefix ./prefixer install ./prefixer npm --prefix ./global install ./global - name: Run tests run: npm run test