Skip to content

Xieansecn is testing out GitHub Actions 🚀 #9

Xieansecn is testing out GitHub Actions 🚀

Xieansecn is testing out GitHub Actions 🚀 #9

Workflow file for this run

name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install yarn
- run: yarn&& yarn build