Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
1st version of GHA
  • Loading branch information
ofaurax authored Apr 10, 2024
1 parent f237fbf commit f56e936
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: PHP check
on:
push
job:
php-check:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Env
run: uname -a

0 comments on commit f56e936

Please sign in to comment.