diff --git a/.forgejo/workflows/push.yml b/.forgejo/workflows/push.yml index ecd0e00..6739d89 100644 --- a/.forgejo/workflows/push.yml +++ b/.forgejo/workflows/push.yml @@ -1,21 +1,7 @@ on: [push] jobs: - build: - runs-on: ubuntu-latest - + ls: + runs-on: docker steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Setup PHP - uses: https://github.com/shivammathur/setup-php@v2 - with: - php-version: '8.2' - extensions: mbstring, intl, pdo_sqlite - coverage: xdebug - - - name: Validate composer.json and composer.lock - run: composer validate - - - name: Install dependencies - run: composer install --prefer-dist --no-progress + - uses: actions/checkout@v3 + - run: env