Orta seviye
19 Ağustos 2026

Hatayı bul: DevOps

Tek bir kod parçası. Hatayı bul ya da hata olmadığını kanıtla.

yaml
1name: CI
2on: pull_request
3jobs:
4  test:
5    runs-on: ubuntu-latest
6    steps:
7      - uses: actions/checkout@v4
8      - uses: actions/setup-node@v4
9        with:
10          node-version: '20'
11      - name: Install
12        run: npm ci
13      - name: Lint
14        run: npm run lint
15      - name: Test
16        run: npm test
17      - name: Upload coverage
18        if: always()
19        uses: actions/upload-artifact@v4
20        with:
21          name: coverage
22          path: coverage/
23          if-no-files-found: warn

Soruna yol açan satırlara tıkla.

Kararın

Günde bir deneme. Cevap hemen ardından görünür.

Serini koru

Serini korumak ve ilerlemeni takip etmek için hesap oluştur.

Hesap oluştur