Skip to content

Mattk70 is installing chirpity #642

Mattk70 is installing chirpity

Mattk70 is installing chirpity #642

name: Test Chirpity Compilation
run-name: ${{ github.actor }} is installing chirpity
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: windows-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 20.0.x
- run: echo "🍏 Node setup status is ${{ job.status }}."
- name: Install
run: npm install
- run: echo "Install's status is ${{ job.status }}."