Skip to content

Artboomy is testing out GitHub Actions πŸš€ #40

Artboomy is testing out GitHub Actions πŸš€

Artboomy is testing out GitHub Actions πŸš€ #40

Workflow file for this run

name: Lint
run-name: ${{ github.actor }} is testing out GitHub Actions πŸš€
on: [ push ]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "πŸŽ‰ The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "πŸ”Ž Running on branch ${{ github.ref }}"
- name: Check out repository code
uses: actions/checkout@v4
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn run lint:ci