File tree 1 file changed +9
-10
lines changed
1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,15 @@ name : GitHub Actions Continuous Integration
2
2
run-name : ${ { github.actor} } is running CI 🚀
3
3
on : [ push]
4
4
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."
15
14
- name : Update OS and get tools
16
15
run : |
17
16
sudo apt-get update
You can’t perform that action at this time.
0 commit comments