Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

florian-sanders-cc is testing out GitHub Actions πŸš€ #12

florian-sanders-cc is testing out GitHub Actions πŸš€

florian-sanders-cc is testing out GitHub Actions πŸš€ #12

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
- name: Install Nix
run: echo 'hellooo'