Basic Workflow
name: CI\non: [push]\njobs:\n test:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n - run: npm test
Automate testing and deployment with GitHub Actions workflows.
name: CI\non: [push]\njobs:\n test:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n - run: npm test
You must be logged in to comment.
Log In to CommentNo comments yet. Be the first to share your thoughts!
Join our developer community on Telegram and Discord for the latest updates, tutorials, and discussions.