Skip to content

KevinMind is testing out GitHub Actions πŸš€ #3

KevinMind is testing out GitHub Actions πŸš€

KevinMind is testing out GitHub Actions πŸš€ #3

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:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Install node_modules
run: yarn install --frozen-lockfile
with:

Check failure on line 12 in .github/workflows/localization.yml

View workflow run for this annotation

GitHub Actions / GitHub Actions Demo

Invalid workflow file

The workflow is not valid. .github/workflows/localization.yml (Line: 12, Col: 9): Unexpected value 'with'
node-version: 18
cache: 'yarn'
- run: yarn lint