1
0
Fork 0
mirror of https://github.com/laravel-ls/uri synced 2026-06-16 01:54:57 +02:00

Adding .github/workflows/test.yml

This commit is contained in:
Henrik Hautakoski 2025-05-22 20:08:03 +02:00
parent 24f4eff903
commit 6168fb46c4

23
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,23 @@
name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
- name: Run test
run: make test