This commit is contained in:
iFargle 2023-10-02 15:05:26 +09:00
parent eaf9717536
commit bbf58ead0f

View file

@ -5,6 +5,7 @@ on: [push]
jobs: jobs:
Explore-CI: Explore-CI:
runs-on: docker runs-on: docker
container: nixos/nix
steps: steps:
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "This job is now running on a ${{ runner.os }} server." - run: echo "This job is now running on a ${{ runner.os }} server."
@ -16,4 +17,5 @@ jobs:
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ github.workspace }} ls ${{ github.workspace }}
nix --help
- run: echo "This job's status is ${{ job.status }}." - run: echo "This job's status is ${{ job.status }}."