Skip to content

wip actions

wip actions #10

name: GitHub Actions Demo
run-name: Tests before push
on: [push]
jobs:
front_end_tests:
runs-on: ubuntu-latest
steps:
- run: echo "Github action event : ${{ github.event_name }}."

Check failure on line 8 in .github/workflows/github-actions-demo.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/github-actions-demo.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
- run: echo "🔎 Branc name is ${{ github.ref }}"
- name: Check out repository code
uses: actions/checkout@v4