Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 300cd61

Browse files
authoredJul 14, 2024
Update ci.yml
1 parent df66cb6 commit 300cd61

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed
 

‎.github/workflows/ci.yml

+9-10
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@ name : GitHub Actions Continuous Integration
22
run-name : ${ { github.actor} } is running CI 🚀
33
on : [ push]
44
jobs :
5-
Continuous-Integration :
6-
runs-on : ubuntu-24.04
7-
steps :
8-
- run : echo"🎉 The job was automatically triggered by a ${{ github.event_name }} event."
9-
- run : echo"🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
10-
#- run : echo"🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
11-
- name : Check out repository code
12-
uses : actions/checkout@v4
13-
- run : echo"💡 The ${{ github.repository }} repository has been cloned to the runner."
14-
- run : echo"🖥️ The workflow is now ready to test your code on the runner."
5+
Continuous Integration
6+
runs-on: ubuntu-24.04
7+
steps:
8+
- run: echo"🎉 The job was automatically triggered by a ${{ github.event_name }} event."
9+
- run: echo"🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
10+
- name: Check out repository code
11+
uses: actions/checkout@v4
12+
- run: echo"💡 The ${{ github.repository }} repository has been cloned to the runner."
13+
- run: echo"🖥️ The workflow is now ready to test your code on the runner."
1514
- name: Update OS and get tools
1615
run: |
1716
sudo apt-get update

0 commit comments

Comments
 (0)
Please sign in to comment.